pkgsrc/x11/libxcvt/Makefile
wiz 0e410386d6 libxcvt: update to 0.1.1.
This release updates the header for C++ to have C linkage and provides
a few updates, mostly around the build system.
2021-10-28 09:56:25 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/10/28 09:56:25 wiz Exp $
DISTNAME= libxcvt-0.1.1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= VESA CVT standard timing modelines generator
LICENSE= mit
CONFLICTS+= modular-xorg-server-[0-9]*
PKGCONFIG_OVERRIDE+= output/meson-private/libxcvt.pc
PKGCONFIG_OVERRIDE_STAGE= post-configure
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"