pkgsrc/misc/blccc/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

33 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/10/03 00:12:58 tv Exp $
#
DISTNAME= blccc-1.99
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://sven.gimp.org/blinkenlights/
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.blinkenlights.de/
COMMENT= Blinkenlights Chaos Control Center
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= libtool
EGDIR= ${PREFIX}/share/examples/blccc
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${EGDIR}/movies
${INSTALL_DATA_DIR} ${EGDIR}/on-demand
for f in config.xml loveletters.xml playlist.default.xml \
movies/bushfire-test.gif movies/bushfire_60frames.gif \
movies/camel.blm movies/the_fly.blm on-demand/4467.blm; \
do \
${INSTALL_DATA} ${WRKSRC}/examples/$${f} ${EGDIR}/$${f};\
done
.include "../../devel/blib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"