2013-09-20 20:35:44 +02:00
|
|
|
# Created by: saper@system.pl
|
1999-09-06 21:39:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= gif2png
|
2011-05-12 09:21:22 +02:00
|
|
|
PORTVERSION= 2.5.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
1999-09-06 21:39:30 +02:00
|
|
|
CATEGORIES= graphics
|
2003-02-08 16:39:37 +01:00
|
|
|
MASTER_SITES= http://www.catb.org/~esr/gif2png/
|
1999-09-06 21:39:30 +02:00
|
|
|
|
2009-12-31 11:03:33 +01:00
|
|
|
MAINTAINER= saper@saper.info
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Converts GIF images to a PNG format
|
1999-09-06 21:39:30 +02:00
|
|
|
|
2014-07-14 01:23:25 +02:00
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
1999-09-06 21:39:30 +02:00
|
|
|
|
2005-10-02 16:11:17 +02:00
|
|
|
USE_PYTHON_RUN= yes
|
2009-11-20 07:06:46 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2014-02-01 16:54:44 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME} bin/web2png \
|
|
|
|
man/man1/gif2png.1.gz \
|
|
|
|
man/man1/web2png.1.gz
|
1999-09-06 21:39:30 +02:00
|
|
|
|
2011-05-12 09:21:22 +02:00
|
|
|
CPPFLAGS+= `libpng-config --I_opts`
|
|
|
|
LDFLAGS+= `libpng-config --L_opts`
|
1999-09-06 21:39:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|