aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pngcrush/Makefile
blob: 2f65614193e96af182dd1ac4ac0b7e1303a618ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    pngcrush
# Date created:             07 December 1999
# Whom:                 Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pngcrush
PORTVERSION=    1.6.12
CATEGORIES= graphics
MASTER_SITES=   SF
MASTER_SITE_SUBDIR= pmt

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    An optimizer for PNG files

USE_BZIP2=  yes
USE_GMAKE=  yes
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}"

PLIST_FILES=    bin/pngcrush

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush

.include <bsd.port.mk>