1999-12-22 15:53:53 +01:00
|
|
|
# New ports collection makefile for: pngcrush
|
|
|
|
# Date created: 07 December 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= pngcrush
|
2006-06-11 15:27:39 +02:00
|
|
|
PORTVERSION= 1.6.4
|
1999-12-22 15:53:53 +01:00
|
|
|
CATEGORIES= graphics
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= pmt
|
1999-12-22 15:53:53 +01:00
|
|
|
|
2006-12-21 21:41:33 +01:00
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An optimizer for PNG files
|
1999-12-22 15:53:53 +01:00
|
|
|
|
2006-04-25 18:02:50 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= Makefile.ext-zlib
|
|
|
|
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LIBS="-lz -lm" \
|
|
|
|
ZINC="" ZLIB=""
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/pngcrush
|
2000-03-25 14:26:12 +01:00
|
|
|
|
|
|
|
do-install:
|
2006-04-25 18:02:50 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush-zlib ${PREFIX}/bin/pngcrush
|
1999-12-22 15:53:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|