5966c95102
libpng failed to correctly handle malloc() failure for text chunks, which can lead to memory corruption and the possibility of execution of hostile code. (CVE-2011-3048)
34 lines
761 B
Makefile
34 lines
761 B
Makefile
# $OpenBSD: Makefile,v 1.86 2012/03/30 18:58:03 naddy Exp $
|
|
|
|
COMMENT= library for manipulating PNG images
|
|
|
|
VERSION= 1.5.10
|
|
DISTNAME= libpng-${VERSION}
|
|
PKGNAME= png-${VERSION}
|
|
SHARED_LIBS= png 15.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/}
|
|
|
|
HOMEPAGE= http://www.libpng.org/pub/png/libpng.html
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SUBST_VARS= VERSION
|
|
|
|
FAKE_FLAGS= PREFIX="${PREFIX}"
|
|
|
|
MAKE_ENV= CC="${CC}"
|
|
MAKE_FILE= scripts/makefile.openbsd
|
|
MAKE_FLAGS= SHLIB_MAJOR=${LIBpng_VERSION:R} \
|
|
SHLIB_MINOR=${LIBpng_VERSION:E} \
|
|
PNGLIB_VERSION=${VERSION}
|
|
|
|
do-configure:
|
|
cp ${WRKSRC}/scripts/pnglibconf.h.prebuilt ${WRKBUILD}/pnglibconf.h
|
|
|
|
.include <bsd.port.mk>
|