2002-09-13 09:50:12 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection Makefile for: aqsis
|
|
|
|
# Date created: Sep 12, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aqsis
|
2010-01-03 13:23:15 +01:00
|
|
|
PORTVERSION= 1.6.0
|
2002-09-13 09:50:12 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
|
2002-09-13 09:50:12 +02:00
|
|
|
|
2008-02-21 22:20:01 +01:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= A photorealistic rendering system
|
2002-09-13 09:50:12 +02:00
|
|
|
|
2008-08-21 19:37:25 +02:00
|
|
|
LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
|
2009-07-28 13:45:08 +02:00
|
|
|
boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
|
2009-04-02 23:57:50 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2010-01-03 13:23:15 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
|
|
|
|
xsltproc:${PORTSDIR}/textproc/libxslt \
|
|
|
|
fltk-threads>=0:${PORTSDIR}/x11-toolkits/fltk-threads
|
2002-09-13 09:50:12 +02:00
|
|
|
|
2008-08-21 19:37:25 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-12-14 20:08:25 +01:00
|
|
|
|
2008-08-21 19:37:25 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_CMAKE= yes
|
2010-01-03 13:23:15 +01:00
|
|
|
CMAKE_USE_PTHREAD= yes
|
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
2008-08-21 19:37:25 +02:00
|
|
|
|
2009-04-02 23:57:50 +02:00
|
|
|
# Required for off-source building
|
|
|
|
CMAKE_BUILD_PATH= ${WRKSRC}/build
|
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/
|
|
|
|
CONFIGURE_WRKSRC= ${CMAKE_BUILD_PATH}
|
2010-01-03 13:23:15 +01:00
|
|
|
BUILD_WRKSRC= ${CMAKE_BUILD_PATH}
|
|
|
|
INSTALL_WRKSRC= ${CMAKE_BUILD_PATH}
|
2009-04-02 23:57:50 +02:00
|
|
|
|
2010-01-20 18:05:33 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 700000
|
|
|
|
BROKEN= does not compile on 6.X
|
|
|
|
.endif
|
|
|
|
|
2009-04-02 23:57:50 +02:00
|
|
|
post-extract:
|
|
|
|
${MKDIR} ${CMAKE_BUILD_PATH}
|
|
|
|
|
2010-01-20 18:05:33 +01:00
|
|
|
.include <bsd.port.post.mk>
|