svn commit: r314335 - head/java/eclipse-webtools
Jason Helfman
jgh at FreeBSD.org
Sat Mar 16 04:59:33 UTC 2013
Author: jgh
Date: Sat Mar 16 04:59:32 2013
New Revision: 314335
URL: http://svnweb.freebsd.org/changeset/ports/314335
Log:
- adopt optionsNG
- trim historical header
Approved by: portmgr (miwi)
Modified:
head/java/eclipse-webtools/Makefile
Modified: head/java/eclipse-webtools/Makefile
==============================================================================
--- head/java/eclipse-webtools/Makefile Sat Mar 16 04:42:10 2013 (r314334)
+++ head/java/eclipse-webtools/Makefile Sat Mar 16 04:59:32 2013 (r314335)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: eclipse-webtools
-# Date created: October 14, 2005
-# Whom: markhobden at gmail.com
-#
+# Created by: markhobden at gmail.com
# $FreeBSD$
-#
PORTNAME= webtools
PORTVERSION= 3.3.2
@@ -24,11 +20,13 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/ec
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 <bsd.port.options.mk>
-.if defined(WITH_DTP)
+.if ${PORT_OPTIONS:MDTP}
RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
.endif
More information about the svn-ports-all
mailing list