![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / misc / blccc / Makefile (download)
Revision 1.50, Tue Jan 3 17:37:51 2023 UTC (4 months, 4 weeks ago) by wiz
*: recursive bump for tiff shlib major bump |
# $NetBSD: Makefile,v 1.50 2023/01/03 17:37:51 wiz Exp $ # DISTNAME= blccc-1.99 PKGREVISION= 39 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 INSTALLATION_DIRS= ${EGDIR}/movies ${EGDIR}/on-demand CPPFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t .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"