1999-09-06 19:39:30 +00:00
|
|
|
# New ports collection makefile for: gif2png
|
|
|
|
# Date created: 30 Aug 1999
|
|
|
|
# Whom: saper@system.pl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gif2png
|
2000-06-30 11:45:15 +00:00
|
|
|
PORTVERSION= 2.3.2
|
1999-09-06 19:39:30 +00:00
|
|
|
CATEGORIES= graphics
|
1999-10-16 19:55:46 +00:00
|
|
|
MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/
|
1999-09-06 19:39:30 +00:00
|
|
|
|
|
|
|
MAINTAINER= saper@system.pl
|
|
|
|
|
2000-07-04 07:13:35 +00:00
|
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
1999-12-23 18:53:04 +00:00
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
1999-09-06 19:39:30 +00:00
|
|
|
|
1999-10-16 19:55:46 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
1999-09-06 19:39:30 +00:00
|
|
|
|
1999-10-16 19:55:46 +00:00
|
|
|
MAN1= gif2png.1 web2png.1
|
1999-09-06 19:39:30 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|