mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f5581f9e51
PR: ports/96214 Submitted by: Ports Fury
29 lines
620 B
Makefile
29 lines
620 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.6.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pmt
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An optimizer for PNG files
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
MAKEFILE= Makefile.ext-zlib
|
|
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LIBS="-lz -lm" \
|
|
ZINC="" ZLIB=""
|
|
|
|
PLIST_FILES= bin/pngcrush
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush-zlib ${PREFIX}/bin/pngcrush
|
|
|
|
.include <bsd.port.mk>
|