1999-12-22 15:53:53 +01:00
|
|
|
# New ports collection makefile for: pngcrush
|
|
|
|
# Date created: 07 December 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= pngcrush
|
|
|
|
PORTVERSION= 1.4.0
|
1999-12-22 15:53:53 +01:00
|
|
|
CATEGORIES= graphics
|
2000-02-29 22:17:09 +01:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/pmt/
|
1999-12-22 15:53:53 +01:00
|
|
|
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
|
2000-03-25 14:26:12 +01:00
|
|
|
MAKEFILE= Makefile.gcc
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin
|
1999-12-22 15:53:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|