From 4e92a142cc858da59845246e5a31fef654a6c9b8 Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Sat, 5 Jan 2013 03:00:14 +0000 Subject: - Port to optionsNG. - Trim headers. - Cleanup COMMENT and LICENSE. PR: 173807 [1] Submitted by: Chris Petrik [1], bapt via email --- graphics/opengtl/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'graphics/opengtl') 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 -# # $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 -.ifndef(WITHOUT_SHIVA) +.if ${PORT_OPTIONS:MSHIVA} RUN_DEPENDS+= ${LOCALBASE}/share/OpenGTL/shiva/kernels/oilify.shiva:${PORTSDIR}/graphics/shiva-collections .endif -- cgit v1.2.3