6cb0a25b3e
* Fixed a use-after-free error in the GIF reader. * Flushed the output log to display the current trial in real time. * Fixed an error in reporting unrecognized file formats. * Removed the requirement to "fix" TIFF files that contain unrecognized metadata. * Simplified the option abbreviation rules. Option names can now be abbreviated to their shortest unique prefix, as in X11 applications.
20 lines
540 B
Makefile
20 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/05/28 08:07:50 adam Exp $
|
|
|
|
DISTNAME= optipng-0.6.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optipng/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://optipng.sourceforge.net/
|
|
COMMENT= Advanced PNG Optimizer
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|