summaryrefslogtreecommitdiff
path: root/graphics/png/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r--graphics/png/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index d0a0f8bf306..83f668a9f46 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.8 1998/07/15 11:29:21 agc Exp $
+# $NetBSD: Makefile,v 1.9 1998/07/15 11:45:54 tv Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp
#
-DISTNAME= libpng-0.96
-PKGNAME= png-0.96
+DISTNAME= libpng-1.0.2
+PKGNAME= png-1.0.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
-EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
-MAKEFILE= makefile
+BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+
+CONFLICTS= png-0.96
+
+MAKEFILE= scripts/makefile.std
+MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool
.include "../../mk/bsd.pkg.mk"