summaryrefslogtreecommitdiff
path: root/wm/whiteBOX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/whiteBOX/Makefile')
-rw-r--r--wm/whiteBOX/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/wm/whiteBOX/Makefile b/wm/whiteBOX/Makefile
deleted file mode 100644
index 31a9a3469a3..00000000000
--- a/wm/whiteBOX/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2011/01/13 13:39:35 wiz Exp $
-#
-
-DISTNAME= whiteBOX-0.5
-PKGREVISION= 10
-CATEGORIES= wm x11
-MASTER_SITES= http://whitebox.sourceforge.net/dist/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://whitebox.sourceforge.net/
-COMMENT= Multi-purpose configuration tool for Blackbox
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= gmake
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/whiteBOX/pixmaps share/whiteBOX/plugins
-
-# this prevents us from build-depending on autoconf and automake
-pre-install:
- ${RM} -f ${WRKSRC}/mkinstalldirs
- ${ECHO} "#!${SH}" > ${WRKSRC}/mkinstalldirs
- ${ECHO} "${ECHO}" >> ${WRKSRC}/mkinstalldirs
- ${CHMOD} 755 ${WRKSRC}/mkinstalldirs
-
-.include "../../graphics/gdk-pixbuf/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"