mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
25 lines
541 B
Makefile
25 lines
541 B
Makefile
# Created by: John Prather
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flam3
|
|
PORTVERSION= 2.7.18
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://flam3.com/ \
|
|
http://interwebfun.org/distfiles/
|
|
|
|
MAINTAINER= john.c.prather@gmail.com
|
|
COMMENT= Flame Renderer
|
|
|
|
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
|
libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pathfix pkgconfig
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|