diff options
author | adam <adam@pkgsrc.org> | 2011-05-17 07:23:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-17 07:23:46 +0000 |
commit | 667d49f628504e3f386e64e723f696b1cf8f7b57 (patch) | |
tree | 11ec12cf602a25e5444efd5a296ddc54efecab27 | |
parent | c614fbd0460209d61164a08b124fb291259d571c (diff) | |
download | pkgsrc-667d49f628504e3f386e64e723f696b1cf8f7b57.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" |