diff options
Diffstat (limited to 'devel/libxcvt/Makefile')
-rw-r--r-- | devel/libxcvt/Makefile | 19 |
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> |