summaryrefslogtreecommitdiff
path: root/x11/libXext/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-03 18:19:58 +0000
committerjoerg <joerg>2006-11-03 18:19:58 +0000
commit49f61fdb94d07efe7c9f5fb144fc13af6af11393 (patch)
treeb9602bd4720ac47a3f6c26c6881c378ac7167107 /x11/libXext/Makefile
parent66348b21a82a7d2698094c6b893008ec9f096bd7 (diff)
downloadpkgsrc-49f61fdb94d07efe7c9f5fb144fc13af6af11393.tar.gz
Import libXext-1.0.2 from pkgsrc-wip:
This package contains the X Extension library from the modular X.org X11 project.
Diffstat (limited to 'x11/libXext/Makefile')
-rw-r--r--x11/libXext/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile
new file mode 100644
index 00000000000..217e240a3e7
--- /dev/null
+++ b/x11/libXext/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 18:19:58 joerg Exp $
+#
+
+DISTNAME= libXext-1.0.2
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X Extension library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= xext.pc.in
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"