freebsd-ports/java/eclipse-emf/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

23 lines
562 B
Makefile

# Created by: alex@FreeBSD.org
# $FreeBSD$
PORTNAME= emf
PORTVERSION= 2.9.2
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,}
MASTER_SITE_SUBDIR=modeling/emf/emf/downloads/drops/${PORTVERSION}/R201402031126
PKGNAMEPREFIX= eclipse-
DISTNAME= emf-xsd-SDK-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Eclipse Modeling Framework
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
WRKSRC= ${WRKDIR}/eclipse
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>