summaryrefslogtreecommitdiff
path: root/graphics/aqsis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/aqsis/Makefile')
-rw-r--r--graphics/aqsis/Makefile58
1 files changed, 0 insertions, 58 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
deleted file mode 100644
index 0e2c9c1a06ab..000000000000
--- a/graphics/aqsis/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= aqsis
-PORTVERSION= 1.8.2
-PORTREVISION= 23
-CATEGORIES= graphics
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Photorealistic rendering system
-
-LICENSE= BSD3CLAUSE GPLv2
-LICENSE_COMB= multi
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-BUILD_DEPENDS= bison:devel/bison \
- xsltproc:textproc/libxslt
-LIB_DEPENDS= libIlmImf.so:graphics/openexr \
- libboost_filesystem.so:devel/boost-libs \
- libtiff.so:graphics/tiff
-RUN_DEPENDS= bash:shells/bash
-
-BROKEN_sparc64= Fails to build: cannot link with boost
-
-LDFLAGS+= -lpthread # Boost.Thread 1.67+
-LDFLAGS+= -L${LOCALBASE}/lib
-
-USE_LDCONFIG= yes
-USES= cmake compiler:c++11-lib desktop-file-utils \
- qt:4 shared-mime-info shebangfix
-USE_CXXSTD= gnu++11
-SHEBANG_FILES= examples/*/*/*.sh \
- tools/neqsus/houdini/post.sh \
- distribution/linux/*.sh
-USE_QT= opengl qmake_build moc_build rcc_build uic_build
-PLIST_SUB+= LIBVERS=${PORTVERSION:R}
-
-INSTALLS_ICONS= yes
-
-OPTIONS_DEFINE= EXAMPLES
-
-PORTEXAMPLES= *
-
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|examples_install_dir $${EXAMPLESDIR}|examples_install_dir ${PREFIX}/share/examples/${PORTNAME}|' \
- ${WRKSRC}/examples/CMakeLists.txt
-
-.if !${PORT_OPTIONS:MEXAMPLES}
- @${REINPLACE_CMD} -i '' -e '/add_subdirectory(examples)/d' \
- ${WRKSRC}/CMakeLists.txt
-.endif
-
-.include <bsd.port.mk>