1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/java/eclipse-emf/Makefile
Norikatsu Shigemura 4bca4a1e05 Update to 2.1.1.
PR:		ports/86828
Submitted by:	Mark Hobden <mark@mclgm.net>
Committed at:	CBUG Meeting XCAST Festival feature with cjh@
2005-10-09 03:20:19 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: eclipse-emf
# Date created: January 13, 2004
# Whom: alex@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= emf
PORTVERSION= 2.1.1
PORTREVISION= 0
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/tools/emf/downloads/drops/${PORTVERSION}/R200509281310/
PKGNAMEPREFIX= eclipse-
DISTNAME= emf-sdo-xsd-SDK-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT= Eclipse Modeling Framework
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_OS= native
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
.include <bsd.port.mk>