1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/graphics/flam3/Makefile
Dmitry Marakasov f08583e30a - Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-07-03 16:15:20 +00:00

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>