aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/opengtl
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2011-02-28 02:58:57 +0800
committeravilla <avilla@FreeBSD.org>2011-02-28 02:58:57 +0800
commitaf6b0fec04bc2f804ccd42ae15472fe301969641 (patch)
tree3f90736609b4cd6715a616ad8ca4850e4a5fe057 /graphics/opengtl
parentd1bd3f8374bb0f5b4494cdbf9bcd72b526c7e1fb (diff)
downloadfreebsd-ports-gnome-af6b0fec04bc2f804ccd42ae15472fe301969641.tar.gz
freebsd-ports-gnome-af6b0fec04bc2f804ccd42ae15472fe301969641.tar.zst
freebsd-ports-gnome-af6b0fec04bc2f804ccd42ae15472fe301969641.zip
- Add optional dependency on graphics/shiva-collections.
- Bump PORTREVISION.
Diffstat (limited to 'graphics/opengtl')
-rw-r--r--graphics/opengtl/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile
index da2deba58f8c..26cf7d0def0f 100644
--- a/graphics/opengtl/Makefile
+++ b/graphics/opengtl/Makefile
@@ -6,6 +6,7 @@
PORTNAME= opengtl
PORTVERSION= 0.9.15
+PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= http://download.${PORTNAME}.org/
DISTNAME= OpenGTL-${PORTVERSION}
@@ -27,6 +28,14 @@ USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_USE_PTHREAD= yes
+OPTIONS= SHIVA "Install filters and generators" on
+
+.include <bsd.port.options.mk>
+
+.ifndef(WITHOUT_SHIVA)
+RUN_DEPENDS+= ${LOCALBASE}/share/OpenGTL/shiva/kernels/oilify.shiva:${PORTSDIR}/graphics/shiva-collections
+.endif
+
post-patch:
# Disable latex doc, it's not ready yet.
${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \