summaryrefslogtreecommitdiff
path: root/graphics/gif2png/Makefile
blob: 1ed78a8fb45a7ddf18562eeb2695c6326ee17796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for: gif2png
# Date created:         30 Aug 1999
# Whom:                 saper@system.pl
#
# $FreeBSD$
#

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

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

LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
RUN_DEPENDS=	python:${PORTSDIR}/lang/python

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
USE_GMAKE=	yes

MAN1=		gif2png.1 web2png.1

.include <bsd.port.mk>