From c5e8fd1440d346ae8ba0a82383773ce4bba6487b Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Sat, 16 Mar 2013 04:59:32 +0000 Subject: - adopt optionsNG - trim historical header Approved by: portmgr (miwi) --- java/eclipse-webtools/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'java') diff --git a/java/eclipse-webtools/Makefile b/java/eclipse-webtools/Makefile index 5a38f946ee8f..2e8025b704d3 100644 --- a/java/eclipse-webtools/Makefile +++ b/java/eclipse-webtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-webtools -# Date created: October 14, 2005 -# Whom: markhobden@gmail.com -# +# Created by: markhobden@gmail.com # $FreeBSD$ -# PORTNAME= webtools PORTVERSION= 3.3.2 @@ -24,11 +20,13 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes -OPTIONS= DTP "Enable support for EJB and JPT development" on +OPTIONS_DEFINE= DTP +DTP_DEFINE= Support for EJB and JPT development +OPTIONS_DEFAULT= DTP .include -.if defined(WITH_DTP) +.if ${PORT_OPTIONS:MDTP} RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools .endif -- cgit v1.2.3