brad 5a2c747039 upgrade to png 1.2.0
--
Thanks to naddy@ for doing a full tree build and finding out that nothing
broke because of this upgrade.
2001-11-19 02:40:52 +00:00

31 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.34 2001/11/19 02:40:52 brad Exp $
COMMENT= "library for manipulating PNG images"
DISTNAME= libpng-1.2.0
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
NEED_VERSION= 1.489
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libpng
HOMEPAGE= http://www.libpng.org/pub/png/
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= DESTDIR="${WRKINST}" PREFIX="${PREFIX}"
MAKE_FILE= scripts/makefile.openbsd
REGRESS_TARGET= test
post-extract:
@cp -f ${FILESDIR}/makefile.openbsd ${WRKSRC}/scripts
.include <bsd.port.mk>