forked from Lainports/freebsd-ports
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
28 lines
743 B
Makefile
28 lines
743 B
Makefile
# Created by: alex@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= emf
|
|
PORTVERSION= 2.9.2
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
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= eclipse:${PORTSDIR}/java/eclipse
|
|
|
|
USES= zip
|
|
WRKSRC= ${WRKDIR}/eclipse
|
|
|
|
.include "${.CURDIR}/../eclipse/Makefile.plugins"
|
|
|
|
.include <bsd.port.mk>
|