freebsd-ports/java/eclipse-emf/Makefile
Alex Dupre c9a1ff640f - Update to 2.5.0 release
- Pass maintainership to submitter
- Use the new eclipse plugins Makefile

PR:		ports/145266 [1], ports/148992 [2]
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> [1],
		Sutra Zhou <zhoushuqun@gmail.com> [2]
2010-09-07 09:04:06 +00:00

27 lines
651 B
Makefile

# New ports collection makefile for: eclipse-emf
# Date created: January 13, 2004
# Whom: alex@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= emf
PORTVERSION= 2.5.0
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/emf/downloads/drops/,}
MASTER_SITE_SUBDIR=${PORTVERSION}/R200906151043
PKGNAMEPREFIX= eclipse-
DISTNAME= emf-xsd-SDK-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Eclipse Modeling Framework
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>