f5120c0c21
------------- * Upgraded libpng to version 1.6.21. ! Fixed an assertion failure in the image reduction code. !! Fixed various security-sensitive defects in the BMP decoder. ! Fixed a benign uninitialized memory read in the GIF decoder. ! Fixed a build failure occurring under the Estonian (et_EE) locale. ! Fixed a build failure occurring on Mac OS X, FreeBSD, and possibly other systems that lack POSIX-compliant high-resolution timestamps. ! Fixed a typo causing build failures in 32-bit ANSI C compilation.
25 lines
694 B
Makefile
25 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.33 2016/06/17 14:03:10 adam Exp $
|
|
|
|
DISTNAME= optipng-0.7.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optipng/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://optipng.sourceforge.net/
|
|
COMMENT= Advanced PNG Optimizer
|
|
LICENSE= zlib
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= -prefix=${PREFIX}
|
|
CONFIGURE_ARGS+= -mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= -with-system-zlib
|
|
CONFIGURE_ARGS+= -with-system-libpng
|
|
|
|
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.2
|
|
BUILDLINK_API_DEPENDS.png+= png>=1.2.9nb2
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|