pkgsrc/wm/whiteBOX/Makefile

27 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.20 2007/02/01 23:08:22 joerg Exp $
#
DISTNAME= whiteBOX-0.5
PKGREVISION= 6
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
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"