blob: 07042a2eeadb2c59a9c6e0cde34490090819770c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: gif2png
# Version required: 2.3.0
# Date created: 30 Aug 1999
# Whom: saper@system.pl
#
# $FreeBSD$
#
DISTNAME= gif2png-2.3.0
CATEGORIES= graphics
MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/
MAINTAINER= saper@system.pl
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
RUN_DEPENDS= python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
MAN1= gif2png.1 web2png.1
.include <bsd.port.mk>
|