summaryrefslogtreecommitdiff
path: root/x11/xstdcmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xstdcmap/Makefile')
-rw-r--r--x11/xstdcmap/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xstdcmap/Makefile b/x11/xstdcmap/Makefile
new file mode 100644
index 00000000000..864737d7405
--- /dev/null
+++ b/x11/xstdcmap/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2013/05/28 03:11:55 rodent Exp $
+#
+
+DISTNAME= xstdcmap-1.0.3
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=app/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Selectively defines standard colormap properties
+LICENSE= x11
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libXmu/buildlink3.mk"
+BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../devel/xorg-util-macros/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"