# $NetBSD: Makefile,v 1.16 2005/06/01 18:03:26 jlam Exp $ # DISTNAME= whiteBOX-0.5 PKGREVISION= 4 CATEGORIES= wm x11 MASTER_SITES= http://whitebox.sourceforge.net/dist/ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://whitebox.sourceforge.net/ COMMENT= Multi-purpose configuration tool for Blackbox USE_TOOLS+= gmake GNU_CONFIGURE= YES USE_LIBTOOL= 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/buildlink3.mk" .include "../../mk/bsd.pkg.mk"