freebsd-ports/graphics/pngcrush/Makefile
Chris D. Faulhaber 11f8cf19be Update port to 1.5.10.
PR:		40898
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-23 00:31:28 +00:00

21 lines
422 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.5.10
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pmt
MAINTAINER= jedgar@FreeBSD.org
MAKEFILE= Makefile.gcc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin
.include <bsd.port.mk>