1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/graphics/flam3/Makefile
2015-06-22 18:33:20 +00:00

24 lines
488 B
Makefile

# Created by: John Prather
# $FreeBSD$
PORTNAME= flam3
PORTVERSION= 2.7.18
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://flam3.com/ \
http://interwebfun.org/distfiles/
MAINTAINER= john.c.prather@gmail.com
COMMENT= Flame Renderer
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libxml2.so:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
USES= gmake jpeg libtool pathfix pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>