summaryrefslogtreecommitdiff
path: root/java/eclipse-gef/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-10-09 03:37:32 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-10-09 03:37:32 +0000
commitfb95221ce4fd359fcf4cd02eb1fcb26f1163ad83 (patch)
treebab1dfc536b353e97d57844ccfd841e875282b59 /java/eclipse-gef/Makefile
parent4bca4a1e05810e3062336c03e9ec147904b43e37 (diff)
Notes
Diffstat (limited to 'java/eclipse-gef/Makefile')
-rw-r--r--java/eclipse-gef/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/java/eclipse-gef/Makefile b/java/eclipse-gef/Makefile
index 0a11068fee83..fd173f6f72a5 100644
--- a/java/eclipse-gef/Makefile
+++ b/java/eclipse-gef/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gef
-PORTVERSION= 3.0.1
-PORTREVISION= 2
+PORTVERSION= 3.1.1
+PORTREVISION= 0
CATEGORIES= java devel
-MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.0.1-200408311615/
+MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-${PORTVERSION}-200509301327/
PKGNAMEPREFIX= eclipse-
DISTNAME= GEF-SDK-${PORTVERSION}
DIST_SUBDIR= eclipse
@@ -17,7 +17,8 @@ DIST_SUBDIR= eclipse
MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT= Graphical Editing Framework for the Eclipse IDE
-RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
+RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
+ ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.1.1/feature.xml:${PORTSDIR}/java/eclipse-emf
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -25,11 +26,14 @@ USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_OS= native
-PLIST_SUB= RELEASEVERSION=${PORTVERSION}
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>