mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
80fd102ea0
the submitter say: Attached are patches to upgrade the PNG port to 1.0.3, and to fix the two ghostscript ports which would be broken by this. PNG 1.0.3 is apparently completely backwards compatible with 1.0.2. Maintainer contacted with no response. PR: ports/9601 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
26 lines
602 B
Makefile
26 lines
602 B
Makefile
# New ports collection makefile for: PNG images library
|
|
# Version required: 1*
|
|
# Date created: 5 Dec 1995
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.16 1998/09/17 06:30:34 tg Exp $
|
|
#
|
|
|
|
DISTNAME= libpng-1.0.3
|
|
PKGNAME= png-1.0.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
MAN3= libpng.3 libpngpf.3
|
|
MAN5= png.5
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && cp scripts/makefile.std Makefile
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|