blob: 36247196edb82f8b978a070eef80ed77fcf4ca42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: pngcrush
# Version required: 1.3.4
# Date created: 07 December 1999
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= pngcrush-1.3.4
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.xnot.com/pmt/pub/pngcrush/src/
MAINTAINER= jedgar@FreeBSD.org
do-configure:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>
|