summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-05 20:38:34 +0000
committerjlam <jlam@pkgsrc.org>2004-01-05 20:38:34 +0000
commit02eb6f1e19be0444ab3f2119ff5ee6ad3fa6777e (patch)
tree6505510132d8dfb0b826a43150e8f98aee0f5146 /graphics/png
parentc7ac072ef4aa46ec5e572e9f2366ccde36538a93 (diff)
downloadpkgsrc-02eb6f1e19be0444ab3f2119ff5ee6ad3fa6777e.tar.gz
bl3ify
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index b57e2ff7726..3c3d33c47b5 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/08/29 20:49:30 jlam Exp $
+# $NetBSD: Makefile,v 1.52 2004/01/05 20:38:35 jlam Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
@@ -17,7 +17,9 @@ MAINTAINER= fredb@NetBSD.org
HOMEPAGE= http://www.libpng.org/pub/png/
COMMENT= Library for manipulating PNG images
-USE_BUILDLINK2= yes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
TEST_TARGET= test
@@ -31,10 +33,12 @@ MAKE_ENV+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR}
PLIST_SUBST+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR}
PLIST_SUBST+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR}
+INSTALLATION_DIRS= include lib man/man3 man/man5
+
post-install:
${INSTALL_MAN} ${WRKSRC}/libpng.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/libpngpf.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/png.5 ${PREFIX}/man/man5
-.include "../../devel/zlib/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"