Norikatsu Shigemura 26efa955de Update to 2.0.0.
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Approved by:	maintainer timeout (1week)
2004-07-25 08:02:12 +00:00

31 lines
719 B
Makefile

# New ports collection makefile for: eclipse-emf
# Date created: January 13, 2004
# Whom: alex@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= emf
PORTVERSION= 2.0.0
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/tools/emf/downloads/drops/2.0/R200406280827/
PKGNAMEPREFIX= eclipse-
DISTNAME= emf-sdo-xsd-SDK-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= alex@FreeBSD.ORG
COMMENT= Eclipse Modeling Framework
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
.include <bsd.port.mk>