# Created by: Daniel Roethlisberger # $FreeBSD$ PORTNAME= pngrewrite PORTVERSION= 1.4.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/jason/pngrewrite/ \ http://mirror.roe.ch/dist/pngrewrite/ MAINTAINER= ports@FreeBSD.org COMMENT= PNG palette optimizer LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= zip NO_WRKSUBDIR= yes PLIST_FILES= bin/pngrewrite do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -o ${WRKSRC}/pngrewrite ${WRKSRC}/pngrewrite.c ${WRKSRC}/libpngrewrite.c -lpng -lz -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngrewrite ${STAGEDIR}${PREFIX}/bin .include