1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/png/Makefile
Vanilla I. Shu 80fd102ea0 Upgrade to 1.0.3, (thanks god, 1.0.3 is out)
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>
1999-01-21 18:06:23 +00:00

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>