mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
421 B
Makefile
22 lines
421 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.1
|
|
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>
|