diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-16 19:55:46 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-16 19:55:46 +0000 |
commit | 297d75e003c769fcf3fd9d22b328de2f4cc95af9 (patch) | |
tree | 0ca90865d2a10a91c2d9cb4f96371c228da0aea4 /graphics/gif2png/Makefile | |
parent | 3fd45d73c3af9f3a3dc39dc44f95cfc26d077485 (diff) | |
download | freebsd-ports-297d75e003c769fcf3fd9d22b328de2f4cc95af9.zip |
Update to version 1.1.1
PR: 14331
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm8.NCTU.edu.tw>
Diffstat (limited to 'graphics/gif2png/Makefile')
-rw-r--r-- | graphics/gif2png/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 289b4f0634de..48183c693c0e 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> |