summaryrefslogtreecommitdiff
path: root/x11/blackbox
diff options
context:
space:
mode:
Diffstat (limited to 'x11/blackbox')
-rw-r--r--x11/blackbox/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/blackbox/Makefile b/x11/blackbox/Makefile
deleted file mode 100644
index b107a78d10f..00000000000
--- a/x11/blackbox/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2000/10/25 19:19:17 pooka Exp $
-#
-
-DISTNAME= blackbox-0.61.1
-CATEGORIES= x11
-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"