pkgsrc/misc/blccc/Makefile
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

34 lines
861 B
Makefile

# $NetBSD: Makefile,v 1.16 2010/06/13 22:44:57 wiz Exp $
#
DISTNAME= blccc-1.99
PKGREVISION= 7
CATEGORIES= misc
MASTER_SITES= http://sven.gimp.org/blinkenlights/
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.blinkenlights.de/
COMMENT= Blinkenlights Chaos Control Center
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= # empty
EGDIR= ${PREFIX}/share/examples/blccc
INSTALLATION_DIRS= ${EGDIR}/movies ${EGDIR}/on-demand
.include "../../devel/blib/buildlink3.mk"
post-install:
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} ${DESTDIR}${EGDIR}/$${f};\
done
.include "../../mk/bsd.pkg.mk"