summaryrefslogtreecommitdiff
path: root/wm/blackbox/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-12 02:03:46 +0000
committerwiz <wiz>2000-12-12 02:03:46 +0000
commitbb2561710f2046c268f9fe79c0c82108e9afaa10 (patch)
tree0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/blackbox/Makefile
parentc9ed6e4d4ccaa6b5b171c7d8baa0094aad0368bc (diff)
downloadpkgsrc-bb2561710f2046c268f9fe79c0c82108e9afaa10.tar.gz
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/blackbox/Makefile')
-rw-r--r--wm/blackbox/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile
new file mode 100644
index 00000000000..621b481ff7e
--- /dev/null
+++ b/wm/blackbox/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $
+#
+
+DISTNAME= blackbox-0.61.1
+CATEGORIES= x11 wm
+MASTER_SITES= ftp://portal.alug.org/pub/blackbox/0.6x.x/
+
+MAINTAINER= djp@cpl.herston.uq.edu.au
+HOMEPAGE= http://blackbox.alug.org/
+
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --prefix=${X11PREFIX} \
+ --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib \
+ --enable-kde
+
+HAS_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"