# Created by: saper@system.pl
# $FreeBSD: tags/RELEASE_11_0_0/graphics/gif2png/Makefile 412346 2016-04-01 14:00:51Z mat $

PORTNAME=	gif2png
PORTVERSION=	2.5.9
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	http://www.catb.org/~esr/gif2png/

MAINTAINER=	saper@saper.info
COMMENT=	Converts GIF images to a PNG format

LIB_DEPENDS=	libpng.so:graphics/png

USES=		python:run
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 <bsd.port.mk>
