c487cb967a
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.
22 lines
541 B
Makefile
22 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:49 tv Exp $
|
|
#
|
|
|
|
DISTNAME= blinkentools-2.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://sven.gimp.org/blinkenlights/old/
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://www.blinkenlights.de/
|
|
COMMENT= Blinkenlights movies tools collection
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-oldtools
|
|
|
|
.include "../../devel/blib/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../graphics/mng/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|