c99c600944
string so I fixed it.
20 lines
407 B
Makefile
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>
|