diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-16 19:55:46 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-16 19:55:46 +0000 |
commit | 0f2303914b601c8a02f89f8481f06c18734114a9 (patch) | |
tree | 5e8d712f0d27c9bca2f358e39ab1c7e17b50603b /graphics/gif2png | |
parent | 8b2a04b23acda3f5b87c2d8f01dd7cd69768bf35 (diff) | |
download | FreeBSD-ports-0f2303914b601c8a02f89f8481f06c18734114a9.zip FreeBSD-ports-0f2303914b601c8a02f89f8481f06c18734114a9.tar.gz |
Update to version 1.1.1
PR: 14331
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm8.NCTU.edu.tw>
Diffstat (limited to 'graphics/gif2png')
-rw-r--r-- | graphics/gif2png/Makefile | 13 | ||||
-rw-r--r-- | graphics/gif2png/distinfo | 2 | ||||
-rw-r--r-- | graphics/gif2png/pkg-plist | 1 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 289b4f0..48183c6 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,23 +1,22 @@ # New ports collection makefile for: gif2png -# Version required: 0.6 +# Version required: 1.1.1 # Date created: 30 Aug 1999 # Whom: saper@system.pl # # $FreeBSD$ # -DISTNAME= gif2png-0.6 +DISTNAME= gif2png-1.1.1 CATEGORIES= graphics -MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/applications/ +MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ MAINTAINER= saper@system.pl LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png -USE_ZIP= yes -WRKSRC= ${WRKDIR}/gif2png +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gif2png ${PREFIX}/bin +MAN1= gif2png.1 web2png.1 .include <bsd.port.mk> diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo index 105f163..7c43a54 100644 --- a/graphics/gif2png/distinfo +++ b/graphics/gif2png/distinfo @@ -1 +1 @@ -MD5 (gif2png-0.6.zip) = 2fce3354f80826a83e02d3893d1e7ddb +MD5 (gif2png-1.1.1.tar.gz) = 9a0b5ee28d8295845cbf51d78b056ca8 diff --git a/graphics/gif2png/pkg-plist b/graphics/gif2png/pkg-plist index 06a4744..852f01b 100644 --- a/graphics/gif2png/pkg-plist +++ b/graphics/gif2png/pkg-plist @@ -1 +1,2 @@ bin/gif2png +bin/web2png |