2013-09-01 22:50:06 +00:00
|
|
|
# Created by: John Prather
|
2010-03-22 20:30:37 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= flam3
|
|
|
|
PORTVERSION= 2.7.18
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 2
|
2010-03-22 20:30:37 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://flam3.com/ \
|
|
|
|
http://interwebfun.org/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= john.c.prather@gmail.com
|
|
|
|
COMMENT= A Flame Renderer
|
|
|
|
|
2012-06-01 05:26:28 +00:00
|
|
|
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
2010-03-22 20:30:37 +00:00
|
|
|
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
|
|
|
MAN1= flam3-animate.1 flam3-genome.1 flam3-render.1 flam3-convert.1
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-01 22:50:06 +00:00
|
|
|
USES= gmake pathfix pkgconfig
|
2010-03-22 20:30:37 +00:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
2012-06-01 05:26:28 +00:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include/libpng15
|
2010-03-22 20:30:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|