freebsd-ports/graphics/aqsis/Makefile

51 lines
1.1 KiB
Makefile
Raw Normal View History

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