summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-05 19:46:15 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-05 19:46:15 +0100
commitb80de1a0452443215672e66adb79edcedfcdfa14 (patch)
tree113a9fd61093d2056f2939ac84dc595e73ab04e3 /devel
parentcfd550252fb90bffe7fabea601f18c3732aaba8e (diff)
devel/cvt: tidy Makefile
Diffstat (limited to 'devel')
-rw-r--r--devel/libxcvt/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/devel/libxcvt/Makefile b/devel/libxcvt/Makefile
index e0d3589..a503808 100644
--- a/devel/libxcvt/Makefile
+++ b/devel/libxcvt/Makefile
@@ -1,25 +1,22 @@
COMMENT = library providing the VESA CVT standard modelines generator
-DISTNAME = libxcvt-0.1.1
-CATEGORIES = devel x11
-
-EXTRACT_SUFX = .tar.xz
+DISTNAME = libxcvt-0.1.1
+SHARED_LIBS = xcvt 0.0
+CATEGORIES = devel x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxfont
MAINTAINER = xenocara@openbsd.org
-SHARED_LIBS = xcvt 0.0
-
# MIT
PERMIT_PACKAGE = Yes
-SITES = ${SITE_XORG:=lib/}
+WANTLIB = c m
-MODULES = devel/meson xenocara
+SITES = ${SITE_XORG:=lib/}
-WANTLIB = c m
-
-.include <bsd.port.mk>
+EXTRACT_SUFX = .tar.xz
+MODULES = devel/meson xenocara
+.include <bsd.port.mk>