1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/pngcrush/Makefile
2000-04-15 11:35:51 +00:00

21 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.2
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>