e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
23 lines
534 B
Makefile
23 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/06/13 22:44:26 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= blinkentools-2.2
|
|
PKGREVISION= 8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://sven.gimp.org/blinkenlights/old/
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://www.blinkenlights.de/
|
|
COMMENT= Blinkenlights movies tools collection
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-oldtools
|
|
|
|
.include "../../devel/blib/buildlink3.mk"
|
|
.include "../../graphics/mng/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|