summaryrefslogtreecommitdiff
path: root/x11/libdmx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libdmx/Makefile')
-rw-r--r--x11/libdmx/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/libdmx/Makefile b/x11/libdmx/Makefile
new file mode 100644
index 00000000000..b90c36f75d4
--- /dev/null
+++ b/x11/libdmx/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/03/20 12:04:14 wiz Exp $
+
+DISTNAME= libdmx-1.1.4
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= blair.sadewitz@gmail.com
+HOMEPAGE= http://xorg.freedesktop.org/releases/individual/proto/
+COMMENT= Distributed, multi-headed X protocol headers from modular X.org
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= dmx.pc.in
+
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xorgproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"