ports/devel/scala-ide/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

36 lines
883 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= scala-ide
DISTVERSION= 3.0.4
PORTREVISION= 1
CATEGORIES= devel java
#MASTER_SITES= http://download.scala-ide.org/sdk/e37/scala210/dev/
MASTER_SITES= http://download.scala-ide.org/sdk/helium/e38/scala211/stable/
DISTNAME= update-site
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= Scala plugin for the Eclipse IDE
LICENSE= BSD3CLAUSE
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
OPTIONS_DEFINE= WTP
OPTIONS_DEFAULT=WTP
WTP_DESC= Install Eclipse Web Tools Platform (required for Play2 plug-in)
USES= zip
NO_BUILD= yes
WRKSRC= ${WRKDIR}/site
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWTP}
RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/webtools:${PORTSDIR}/java/eclipse-webtools
.endif
.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
.include <bsd.port.mk>