freebsd-ports/java/eclipse-datatools/Makefile
John Marino 85f7db1868 Update 8 plugins following upgrade to Eclipse 4.3.2
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)
2014-07-11 22:14:15 +00:00

27 lines
768 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= datatools
PORTVERSION= 1.12
CATEGORIES= java devel databases
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,}
MASTER_SITE_SUBDIR=datatools/downloads/${PORTVERSION}
PKGNAMEPREFIX= eclipse-
DISTNAME= dtp-sdk_${PORTVERSION}.0
DIST_SUBDIR= eclipse
MAINTAINER= ljboiler@gmail.com
COMMENT= Data Tools Platform for the Eclipse IDE
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
LICENSE= EPL
WRKSRC= ${WRKDIR}/eclipse
USES= zip
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>