1999-09-06 19:39:30 +00:00
|
|
|
# New ports collection makefile for: gif2png
|
1999-12-23 18:53:04 +00:00
|
|
|
# Version required: 2.2.5
|
1999-09-06 19:39:30 +00:00
|
|
|
# Date created: 30 Aug 1999
|
|
|
|
# Whom: saper@system.pl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-12-23 18:53:04 +00:00
|
|
|
DISTNAME= gif2png-2.2.5
|
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
|
|
|
|
|
|
|
|
LIB_DEPENDS= png.3:${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>
|