pkgsrc/graphics/optipng/Makefile
adam c1fa86069b Changes 0.6.4:
* Added the option -nx.
* Clarified the behavior of -nz and the relation between -nz and -o0.
* Added a filesystem check (resolving normalized paths, symlinks, etc.)
  to better detect when the output overwrites the input.
* Enabled automatic wildcard expansion (i.e. globbing) on Win64.
* Fixed a Unicode build issue on Windows.
2010-04-11 10:08:51 +00:00

20 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.20 2010/04/11 10:08:51 adam Exp $
DISTNAME= optipng-0.6.4
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"