blob: 1757e8620db296814ab6f942849ec01c8d63f370 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: eclipse-webtools
# Date created: October 14, 2005
# Whom: markhobden@gmail.com
#
# $FreeBSD$
#
PORTNAME= webtools
PORTVERSION= 3.2.3
CATEGORIES= java devel www
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/webtools/downloads/drops/,}
MASTER_SITE_SUBDIR= R${PORTVERSION}/R-${PORTVERSION}-20110217214612
PKGNAMEPREFIX= eclipse-
DISTNAME= wtp-R-${PORTVERSION}-20110217214612
DIST_SUBDIR= eclipse
MAINTAINER= ale@FreeBSD.org
COMMENT= Webtools for eclipse
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \
${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
OPTIONS= DTP "Enable support for EJB and JPT development" on
.include <bsd.port.options.mk>
.if defined(WITH_DTP)
RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
.endif
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>
|