aboutsummaryrefslogtreecommitdiff
path: root/graphics/opengtl
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-01-05 03:00:14 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-01-05 03:00:14 +0000
commit4e92a142cc858da59845246e5a31fef654a6c9b8 (patch)
treecaeb1689e09dafc57913d0f1cf473f56bfc84d91 /graphics/opengtl
parentcd98f2f7af5782a6c05b1518d7ecf51ccd01ecf5 (diff)
downloadports-4e92a142cc858da59845246e5a31fef654a6c9b8.tar.gz
ports-4e92a142cc858da59845246e5a31fef654a6c9b8.zip
Notes
Diffstat (limited to 'graphics/opengtl')
-rw-r--r--graphics/opengtl/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile
index 1d7337cb464e..f00f1371da27 100644
--- a/graphics/opengtl/Makefile
+++ b/graphics/opengtl/Makefile
@@ -1,7 +1,3 @@
-# New ports collection makefile for: opengtl
-# Date created: 28 September 2009
-# Whom: Alberto Villa <villa.alberto@gmail.com>
-#
# $FreeBSD$
PORTNAME= opengtl
@@ -14,12 +10,9 @@ MAINTAINER= avilla@FreeBSD.org
COMMENT= Graphics Transformation Languages
LICENSE= LGPL20
-LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-
BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm
-
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
@@ -28,13 +21,16 @@ USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
-OPTIONS= SHIVA "Install filters and generators" on
+OPTIONS_DEFINE= SHIVA
+OPTIONS_DEFAULT=SHIVA
+
+SHIVA_DESC= Install filters and generators
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.options.mk>
-.ifndef(WITHOUT_SHIVA)
+.if ${PORT_OPTIONS:MSHIVA}
RUN_DEPENDS+= ${LOCALBASE}/share/OpenGTL/shiva/kernels/oilify.shiva:${PORTSDIR}/graphics/shiva-collections
.endif