diff options
author | adam <adam> | 2011-05-17 07:23:46 +0000 |
---|---|---|
committer | adam <adam> | 2011-05-17 07:23:46 +0000 |
commit | a04ba367f62ba7674ea3d73b8eabed97f995ad95 (patch) | |
tree | 11ec12cf602a25e5444efd5a296ddc54efecab27 | |
parent | 0b4b1cd40b14db3c6396dffc50c40c29c5126be2 (diff) | |
download | pkgsrc-a04ba367f62ba7674ea3d73b8eabed97f995ad95.tar.gz |
Added LICENSE; do not depend on png
-rw-r--r-- | graphics/pngcrush/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index bb6c129accb..bfbe92ae14d 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2011/03/23 09:00:23 adam Exp $ +# $NetBSD: Makefile,v 1.47 2011/05/17 07:23:46 adam Exp $ DISTNAME= pngcrush-1.7.15 PKGNAME= ${DISTNAME:C/-nolib//} @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@NetBSD.org HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html COMMENT= Optimizer for PNG (Portable Network Graphics) files +LICENSE= png-license PKG_DESTDIR_SUPPORT= user-destdir @@ -23,5 +24,5 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${DESTDIR}${PREFIX}/bin -.include "../../graphics/png/buildlink3.mk" +#.include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |