pkgsrc/wm/whiteBOX/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

31 lines
843 B
Makefile

# $NetBSD: Makefile,v 1.13 2004/10/03 00:18:23 tv 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_BUILDLINK3= YES
USE_X11= YES
USE_GNU_TOOLS+= make
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"