1995-12-04 21:48:19 -05:00
|
|
|
# New ports collection makefile for: PNG images library
|
1998-03-28 08:48:46 -05:00
|
|
|
# Version required: 1.0.1
|
1995-12-04 21:48:19 -05:00
|
|
|
# Date created: 5 Dec 1995
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1998-03-28 08:48:46 -05:00
|
|
|
# $Id: Makefile,v 1.11 1998/03/02 19:43:11 ache Exp $
|
1995-12-04 21:48:19 -05:00
|
|
|
#
|
|
|
|
|
1998-03-28 08:48:46 -05:00
|
|
|
DISTNAME= libpng-1.0.1
|
|
|
|
PKGNAME= png-1.0.1
|
1996-11-18 06:44:27 -05:00
|
|
|
CATEGORIES= graphics
|
1995-12-04 21:48:19 -05:00
|
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
|
|
|
|
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
|
1998-03-02 14:43:31 -05:00
|
|
|
MAN3= libpng.3 libpngpf.3
|
|
|
|
MAN5= png.5
|
1996-02-20 00:35:35 -05:00
|
|
|
|
1998-03-28 08:48:46 -05:00
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC} && cp scripts/makefile.std Makefile
|
|
|
|
|
1995-12-04 21:48:19 -05:00
|
|
|
post-install:
|
1997-07-17 11:13:02 -04:00
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
1995-12-04 21:48:19 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|