1999-09-06 21:39:30 +02:00
|
|
|
# New ports collection makefile for: gif2png
|
|
|
|
# Date created: 30 Aug 1999
|
|
|
|
# Whom: saper@system.pl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= gif2png
|
2003-02-08 16:39:37 +01:00
|
|
|
PORTVERSION= 2.4.6
|
2004-02-04 06:21:48 +01: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
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAINTAINER= saper@system.pl
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Converts GIF images to a PNG format
|
1999-09-06 21:39:30 +02:00
|
|
|
|
2001-09-11 04:22:51 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
1999-12-23 19:53:04 +01:00
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
1999-09-06 21:39:30 +02:00
|
|
|
|
1999-10-16 21:55:46 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
2001-04-15 12:08:10 +02:00
|
|
|
USE_GMAKE= yes
|
1999-09-06 21:39:30 +02:00
|
|
|
|
1999-10-16 21:55:46 +02:00
|
|
|
MAN1= gif2png.1 web2png.1
|
1999-09-06 21:39:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|