aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pngquant/Makefile
blob: e5b99d9359622e9f07e13d8870dbe77644b3900e (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
27
28
29
30
31
# New ports collection makefile for:    pngcquant
# Date created:             Fri 08 Feb 2002
# Whom:                 Alex Hayward <xelah@xelah.com>
#
# $FreeBSD$
#

PORTNAME=   pngquant
PORTVERSION=    0.95
CATEGORIES= graphics
MASTER_SITES=   http://www.libpng.org/pub/png/src/ \
        ftp://ftp.libpng.org/pub/png/src/ \
        ftp://swrinde.nde.swri.edu/pub/png/applications/
DISTNAME=   ${PORTNAME}-${PORTVERSION}-src

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    png:${PORTSDIR}/graphics/png

MAKEFILE=   Makefile.unx
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>