Index: head/graphics/gif2png/Makefile =================================================================== --- head/graphics/gif2png/Makefile (revision 461592) +++ head/graphics/gif2png/Makefile (revision 461593) @@ -1,25 +1,26 @@ # Created by: saper@system.pl # $FreeBSD$ PORTNAME= gif2png PORTVERSION= 2.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ MAINTAINER= saper@saper.info COMMENT= Converts GIF images to a PNG format +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpng.so:graphics/png -USES= python:run +USES= localbase:ldflags python:2,run shebangfix +SHEBANG_FILES= web2png GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} bin/web2png \ man/man1/gif2png.1.gz \ man/man1/web2png.1.gz .include