summaryrefslogtreecommitdiff
path: root/x11/fixesext/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-12-16 08:39:24 +0000
committerrecht <recht>2003-12-16 08:39:24 +0000
commite45cb2e85e7b3ddb53303381788d9db2f01a531e (patch)
tree944c6c0b65c2e85b1b693041ee5a88222dbb0de4 /x11/fixesext/Makefile
parent3ec44b95767503f15013e4a5e049b4157c37e11a (diff)
downloadpkgsrc-e45cb2e85e7b3ddb53303381788d9db2f01a531e.tar.gz
initial import of fixesext-2.0
based upon the pkgsrc-wip pkg by xtraeme@ The XFIXES Extension is designed to provide the minimal server-side support necessary to eliminate problems caused by workarounds needed by X applications due to various shortcomings in the core X window system. This is part of the freedesktop.org X Libraries and Protocol Headers Project.
Diffstat (limited to 'x11/fixesext/Makefile')
-rw-r--r--x11/fixesext/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile
new file mode 100644
index 00000000000..c9ba7ad31da
--- /dev/null
+++ b/x11/fixesext/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $
+#
+
+DISTNAME= fixesext-2.0
+CATEGORIES= x11 devel
+MASTER_SITES= http://freedesktop.org/~xlibs/dist/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.freedesktop.org/Software/xlibs
+COMMENT= X Fixes extension headers and specification
+
+USE_X11= yes
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesext.pc.in
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"