pkgsrc/misc/blccc/Makefile
jlam ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00

33 lines
869 B
Makefile

# $NetBSD: Makefile,v 1.13 2006/07/07 15:49:32 jlam Exp $
#
DISTNAME= blccc-1.99
PKGREVISION= 5
CATEGORIES= misc
MASTER_SITES= http://sven.gimp.org/blinkenlights/
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.blinkenlights.de/
COMMENT= Blinkenlights Chaos Control Center
USE_TOOLS+= pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= # empty
EGDIR= ${PREFIX}/share/examples/blccc
.include "../../devel/blib/buildlink3.mk"
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 "../../mk/bsd.pkg.mk"