pkgsrc/graphics/pngcrush/Makefile
adam d35e847bb0 Version 1.8.10:
* Changed ADLER32 checksum handling to only use inflateValidate()
  during IDAT chunk handling; it broke iCCP chunk handling.
2016-12-05 11:07:58 +00:00

26 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.87 2016/12/05 11:07:58 adam Exp $
DISTNAME= pngcrush-1.8.10-nolib
PKGNAME= ${DISTNAME:C/-nolib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html
COMMENT= Optimizer for PNG (Portable Network Graphics) files
LICENSE= zlib
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin
do-build:
cd ${WRKSRC} && ${CC} -DPNG_USE_LOCAL_ARRAYS \
${CFLAGS} `libpng-config --cflags` -o pngcrush pngcrush.c \
${LDFLAGS} `libpng-config --ldflags` -lz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${DESTDIR}${PREFIX}/bin
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"