pkgsrc/graphics/pngcrush/Makefile
wiz 3ee61f4d27 updated pngcrush to 1.3.4. ChangeLog says:
* Version 1.3.4 (built with libpng-1.0.5m)
 *   Do not allow pngcrush to overwrite the input file.
2000-02-09 02:52:36 +00:00

21 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.4 2000/02/09 02:52:36 wiz Exp $
#
DISTNAME= pngcrush-1.3.4
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.xnot.com/pmt/pub/pngcrush/src/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.xnot.com/pmt/pngcrush/
NO_CONFIGURE= YES
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o pngcrush *.c -lm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/pngcrush
${INSTALL_MAN} ${WRKSRC}/README.txt ${PREFIX}/share/pngcrush
.include "../../mk/bsd.pkg.mk"