1995-12-05 02:48:19 +00:00
|
|
|
# New ports collection makefile for: PNG images library
|
2000-04-23 17:31:03 +00:00
|
|
|
# ftp://ftp.libpng.org/pub/png/libpng.html
|
1995-12-05 02:48:19 +00:00
|
|
|
# Date created: 5 Dec 1995
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1995-12-05 02:48:19 +00:00
|
|
|
#
|
2000-05-19 07:05:29 +00:00
|
|
|
# PLEASE update print/ghostscript5 (there's a symlink that uses a hardwired
|
|
|
|
# png version number) when updating this port. Thank you.
|
1995-12-05 02:48:19 +00:00
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= png
|
2000-04-23 17:31:03 +00:00
|
|
|
PORTVERSION= 1.0.6
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= graphics
|
2000-04-23 17:31:03 +00:00
|
|
|
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= lib${PKGNAME}
|
1995-12-05 02:48:19 +00:00
|
|
|
|
2000-04-23 17:31:03 +00:00
|
|
|
PATCH_SITES= ftp://ftp.libpng.org/pub/png/src/
|
|
|
|
PATCHFILES= libpng-1.0.6-patch-a.txt.gz \
|
|
|
|
libpng-1.0.6-patch-b.txt.gz \
|
|
|
|
libpng-1.0.6-patch-c.txt.gz
|
|
|
|
|
1995-12-05 02:48:19 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
|
1998-09-17 06:30:34 +00:00
|
|
|
MAN3= libpng.3 libpngpf.3
|
1998-03-02 19:43:31 +00:00
|
|
|
MAN5= png.5
|
1996-02-20 05:35:35 +00:00
|
|
|
|
1998-03-28 13:48:46 +00:00
|
|
|
do-configure:
|
1999-08-22 23:33:47 +00:00
|
|
|
cd ${WRKSRC} && ${CP} scripts/makefile.std Makefile
|
1998-03-28 13:48:46 +00:00
|
|
|
|
1995-12-05 02:48:19 +00:00
|
|
|
post-install:
|
1998-09-14 19:43:12 +00:00
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1995-12-05 02:48:19 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|