mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
85f7db1868
The following plugins must be updated after upgrading Eclipse to version 4.3.2 because they don't currently work: * java/eclipse-datatools (assign maintainership too) * java/eclipse-emf * java/eclipse-gef * java/eclipse-pydev * java/eclipse-webtools * java/eclipse-windowbuilder * devel/scala-ide * devel/subversive PR: 191798 Submitted by: Eclipse maintainer (Jimmy Kelly)
29 lines
845 B
Makefile
29 lines
845 B
Makefile
# Created by: markhobden@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= webtools
|
|
PORTVERSION= 3.5.2
|
|
CATEGORIES= java devel www
|
|
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,}
|
|
MASTER_SITE_SUBDIR=webtools/downloads/drops/R${PORTVERSION}/R-${PORTVERSION}-20140217150812
|
|
PKGNAMEPREFIX= eclipse-
|
|
DISTNAME= wtp4x-R-${PORTVERSION}-20140217150812
|
|
DIST_SUBDIR= eclipse
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= Webtools for eclipse
|
|
|
|
LICENSE= EPL
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
|
|
${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \
|
|
${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \
|
|
${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
|
|
|
|
WRKSRC= ${WRKDIR}/eclipse
|
|
USES= zip
|
|
|
|
.include "${.CURDIR}/../eclipse/Makefile.plugins"
|
|
|
|
.include <bsd.port.mk>
|