summaryrefslogtreecommitdiff
path: root/x11/xbitmaps/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-03 19:41:40 +0000
committerjoerg <joerg>2006-11-03 19:41:40 +0000
commit9f4101bd9e0183c9f81a67524a41e6510471db59 (patch)
tree14af69abc451ddfcf73146142e122b5a4bc19e51 /x11/xbitmaps/Makefile
parentaea2bd5b70381c6a6fd3582f30388fb072565461 (diff)
downloadpkgsrc-9f4101bd9e0183c9f81a67524a41e6510471db59.tar.gz
Import xbitmaps-1.0.1:
This package contains the common X11 bitmaps for direct inclusion in C. This is from the modular X.org project.
Diffstat (limited to 'x11/xbitmaps/Makefile')
-rw-r--r--x11/xbitmaps/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xbitmaps/Makefile b/x11/xbitmaps/Makefile
new file mode 100644
index 00000000000..782e4d40b93
--- /dev/null
+++ b/x11/xbitmaps/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 19:41:40 joerg Exp $
+#
+
+DISTNAME= xbitmaps-1.0.1
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/data/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Common X11 bitmaps
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"