aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngquant
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-15 16:44:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-15 16:44:41 +0000
commitbe3946a7ab7f2bfd57285baa7ad5ea4927a280a5 (patch)
tree197844407969f222b4d1997d616581990732ef3b /graphics/pngquant
parent59feecdb4afaae478640514e50a3396e01f292ad (diff)
downloadports-be3946a7ab7f2bfd57285baa7ad5ea4927a280a5.tar.gz
ports-be3946a7ab7f2bfd57285baa7ad5ea4927a280a5.zip
Notes
Diffstat (limited to 'graphics/pngquant')
-rw-r--r--graphics/pngquant/Makefile9
-rw-r--r--graphics/pngquant/pkg-plist4
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile
index a7d6c66d3ca4..817798056018 100644
--- a/graphics/pngquant/Makefile
+++ b/graphics/pngquant/Makefile
@@ -9,14 +9,14 @@ PORTNAME= pngquant
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= http://www.libpng.org/pub/png/src/ \
- ftp://ftp.libpng.org/pub/png/src/ \
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://swrinde.nde.swri.edu/pub/png/applications/
+MASTER_SITE_SUBDIR= png-mng
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-COMMENT= convert 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs
+COMMENT= Converts 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
@@ -26,6 +26,9 @@ MAKEFILE= Makefile.unx
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-lpng -lz -lm -L${LOCALBASE}/lib"
+PORTDOCS= CHANGELOG README
+PLIST_FILES= bin/pngquant
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${PREFIX}/bin
.if !defined(NOPORTDOCS)
diff --git a/graphics/pngquant/pkg-plist b/graphics/pngquant/pkg-plist
deleted file mode 100644
index c80005184317..000000000000
--- a/graphics/pngquant/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/pngquant
-%%PORTDOCS%%share/doc/pngquant/CHANGELOG
-%%PORTDOCS%%share/doc/pngquant/README
-%%PORTDOCS%%@dirrm share/doc/pngquant