From owner-svn-ports-head@FreeBSD.ORG Sat Mar 16 04:59:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 67FE8DFA; Sat, 16 Mar 2013 04:59:33 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 505FFAD; Sat, 16 Mar 2013 04:59:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2G4xWfq013537; Sat, 16 Mar 2013 04:59:32 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2G4xWmr013536; Sat, 16 Mar 2013 04:59:32 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201303160459.r2G4xWmr013536@svn.freebsd.org> From: Jason Helfman Date: Sat, 16 Mar 2013 04:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314335 - head/java/eclipse-webtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 04:59:33 -0000 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@gmail.com -# +# Created by: markhobden@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 -.if defined(WITH_DTP) +.if ${PORT_OPTIONS:MDTP} RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools .endif