summaryrefslogtreecommitdiff
path: root/graphics/pngcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pngcheck/Makefile')
-rw-r--r--graphics/pngcheck/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
index 6d42c1b3262..67bfc16f3c4 100644
--- a/graphics/pngcheck/Makefile
+++ b/graphics/pngcheck/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2008/03/04 15:39:10 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.3 2011/03/23 10:56:55 adam Exp $
-DISTNAME= pngcheck-2.2.0
+DISTNAME= pngcheck-2.3.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=png-mng/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libpng.org/pub/png/apps/pngcheck.html
COMMENT= Verify the integrity of PNG, JNG, and MNG files
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin share/doc/pngcheck
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -DUSE_ZLIB \
@@ -18,7 +18,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/pngcheck
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pngcheck
.include "../../devel/zlib/buildlink3.mk"