summaryrefslogtreecommitdiff
path: root/graphics/pngcrush
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-05-17 07:23:46 +0000
committeradam <adam@pkgsrc.org>2011-05-17 07:23:46 +0000
commit667d49f628504e3f386e64e723f696b1cf8f7b57 (patch)
tree11ec12cf602a25e5444efd5a296ddc54efecab27 /graphics/pngcrush
parentc614fbd0460209d61164a08b124fb291259d571c (diff)
downloadpkgsrc-667d49f628504e3f386e64e723f696b1cf8f7b57.tar.gz
Added LICENSE; do not depend on png
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r--graphics/pngcrush/Makefile5
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"