freebsd-ports/graphics/gif2png/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

29 lines
646 B
Makefile

# New ports collection makefile for: gif2png
# Date created: 30 Aug 1999
# Whom: saper@system.pl
#
# $FreeBSD$
#
PORTNAME= gif2png
PORTVERSION= 2.5.2
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= png.6:${PORTSDIR}/graphics/png
USE_PYTHON_RUN= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= ${PORTNAME}.1 web2png.1
PLIST_FILES= bin/${PORTNAME} bin/web2png
CPPFLAGS= `libpng-config --I_opts`
LDFLAGS= `libpng-config --L_opts`
.include <bsd.port.mk>