mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
9b471e1bec
* Correct WWW * Use the DISTFILES' Makefile
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# New ports collection makefile for: pngcrush
|
|
# Version required: 1.4.0
|
|
# Date created: 07 December 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= pngcrush-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>
|