diff options
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 99e651f37345..3c1c6fac9fec 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: PNG images library -# Version required: 0.99e +# Version required: 1.0.1 # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp $ +# $Id: Makefile,v 1.11 1998/03/02 19:43:11 ache Exp $ # -DISTNAME= libpng-0.99e -PKGNAME= png-0.99e +DISTNAME= libpng-1.0.1 +PKGNAME= png-1.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ MAINTAINER= ache@FreeBSD.org -MAKEFILE= makefile.std MAN3= libpng.3 libpngpf.3 MAN5= png.5 +do-configure: + cd ${WRKSRC} && cp scripts/makefile.std Makefile + post-install: ${LDCONFIG} -m ${PREFIX}/lib |