1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Fix MASTER_SITES

- Fix COMMENT format
- Support PLIST_FILES

PR:		ports/69114
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-07-15 16:44:41 +00:00
parent 59feecdb4a
commit be3946a7ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113729
2 changed files with 6 additions and 7 deletions

View File

@ -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)

View File

@ -1,4 +0,0 @@
bin/pngquant
%%PORTDOCS%%share/doc/pngquant/CHANGELOG
%%PORTDOCS%%share/doc/pngquant/README
%%PORTDOCS%%@dirrm share/doc/pngquant