1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/graphics/pngcrush/Makefile
Joseph S. Atkinson 4e2ca55c11 Update my email address to my new @FreeBSD.org addy
Approved by:	wxs (mentor)
2010-07-25 11:18:55 +00:00

28 lines
590 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.7.10
CATEGORIES= graphics
MASTER_SITES= SF/pmt/${PORTNAME}/00-${PORTVERSION}
MAINTAINER= jsa@FreeBSD.org
COMMENT= An optimizer for PNG files
USE_BZIP2= yes
USE_GMAKE= yes
CFLAGS+= -DPNGCRUSH_COUNT_COLORS
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}"
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/pngcrush
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush
.include <bsd.port.mk>