freebsd-ports/java/eclipse-webtools/Makefile
John Marino 0d8b37dcfa eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18.

PR:		195985
Submitted by:	Jimmy Kelley (eclipse maintainer)
Reason:		by-product of upcoming eclipse upgrade
2015-03-21 09:54:46 +00:00

33 lines
951 B
Makefile

# Created by: markhobden@gmail.com
# $FreeBSD$
PORTNAME= webtools
PORTVERSION= 3.5.2
PORTREVISION= 1
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
BROKEN= plugin is obsolete or malfunctioning with latest eclipse
DEPRECATED= evaluation recommendation is to remove rather than update
EXPIRATION_DATE= 2015-04-18
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
eclipse-emf>0:${PORTSDIR}/java/eclipse-emf \
eclipse-gef>0:${PORTSDIR}/java/eclipse-gef \
eclipse-datatools>0:${PORTSDIR}/java/eclipse-datatools
WRKSRC= ${WRKDIR}/eclipse
USES= zip
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>