mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
f08583e30a
- Use new LIB_DEPENDS syntax Approved by: portmgr blanket
25 lines
558 B
Makefile
25 lines
558 B
Makefile
# Created by: John Prather
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flam3
|
|
PORTVERSION= 2.7.18
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://flam3.com/ \
|
|
http://interwebfun.org/distfiles/
|
|
|
|
MAINTAINER= john.c.prather@gmail.com
|
|
COMMENT= Flame Renderer
|
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
|
libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pathfix pkgconfig
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|