pkgsrc/graphics/pngcrush/Makefile
adam 191beddff7 Changes 1.7.12:
Built with libpng-1.4.4 and zlib-1.2.5.
2010-10-16 10:06:18 +00:00

27 lines
746 B
Makefile

# $NetBSD: Makefile,v 1.42 2010/10/16 10:06:18 adam Exp $
DISTNAME= pngcrush-1.7.12-nolib
PKGNAME= pngcrush-1.7.12
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html
COMMENT= Optimizer for PNG (Portable Network Graphics) files
PKG_DESTDIR_SUPPORT= user-destdir
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"