mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- adopt optionsNG
- trim historical header Approved by: portmgr (miwi)
This commit is contained in:
parent
a2a4fb6221
commit
c5e8fd1440
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314335
@ -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 <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_DTP)
|
||||
.if ${PORT_OPTIONS:MDTP}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user