3ee61f4d27
* Version 1.3.4 (built with libpng-1.0.5m) * Do not allow pngcrush to overwrite the input file.
21 lines
520 B
Makefile
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"
|