freebsd-ports/graphics/pngcrush/Makefile
2000-04-14 10:48:02 +00:00

20 lines
407 B
Makefile

# New ports collection makefile for: pngcrush
# Date created: 07 December 1999
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pngcrush
PORTVERSION= 1.4.0
CATEGORIES= graphics
MASTER_SITES= http://download.sourceforge.net/pmt/
MAINTAINER= jedgar@FreeBSD.org
MAKEFILE= Makefile.gcc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin
.include <bsd.port.mk>