summaryrefslogtreecommitdiff
path: root/wm/whiteBOX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/whiteBOX/Makefile')
-rw-r--r--wm/whiteBOX/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/wm/whiteBOX/Makefile b/wm/whiteBOX/Makefile
new file mode 100644
index 00000000000..415d5156057
--- /dev/null
+++ b/wm/whiteBOX/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/20 21:39:37 jschauma Exp $
+#
+
+DISTNAME= whiteBOX-0.4.2
+CATEGORIES= wm x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=whitebox/}
+
+MAINTAINER= jmmv@hispabsd.org
+HOMEPAGE= http://whitebox.sourceforge.net/
+COMMENT= Multi-purpose configuration tool for Blackbox
+
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+GNU_CONFIGURE= yes
+
+# this prevents us from build-depending on autoconf and automake
+# is it worth it?
+pre-install:
+ ${RM} -f ${WRKSRC}/mkinstalldirs
+ ${ECHO} "#!${SH}" > ${WRKSRC}/mkinstalldirs
+ ${ECHO} "${ECHO}" >> ${WRKSRC}/mkinstalldirs
+ ${CHMOD} 755 ${WRKSRC}/mkinstalldirs
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/whiteBOX/pixmaps
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/whiteBOX/plugins
+
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"