freebsd-ports/graphics/pngquant/Makefile
Ying-Chieh Liao cd3d09458c add pngquant 0.95
convert 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs

PR:		34734
Submitted by:	Alex Hayward <xelah@xelah.com>
2002-04-02 16:52:20 +00:00

31 lines
764 B
Makefile

# 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>