aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gif2png/Makefile
blob: 82f549f4939eadf3f1505185e0c7d0d1535962d2 (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
26
27
28
# New ports collection makefile for: gif2png
# Date created:         30 Aug 1999
# Whom:                 saper@system.pl
#
# $FreeBSD$
#

PORTNAME=   gif2png
PORTVERSION=    2.5.4
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=    png15:${PORTSDIR}/graphics/png

USE_PYTHON_RUN= yes
GNU_CONFIGURE=  yes

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>