blob: 31ea476c078c40864befae95c7a4e71c736f5904 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: John Prather
# $FreeBSD$
PORTNAME= flam3
PORTVERSION= 2.7.18
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://flam3.com/ \
http://interwebfun.org/distfiles/
MAINTAINER= john.c.prather@gmail.com
COMMENT= A Flame Renderer
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
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
USES= gmake pathfix pkgconfig
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include
NO_STAGE= yes
.include <bsd.port.mk>
|