aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-examples/Makefile')
-rw-r--r--java/eclipse-examples/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/java/eclipse-examples/Makefile b/java/eclipse-examples/Makefile
index 499df03bccc1..64e09c5858c4 100644
--- a/java/eclipse-examples/Makefile
+++ b/java/eclipse-examples/Makefile
@@ -5,16 +5,20 @@
# $FreeBSD$
#
-PORTNAME= eclipse-examples
-PORTVERSION= 2.1.3
+PORTNAME= examples
+PORTVERSION= 3.0
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
-MASTER_SITE_SUBDIR= R-2.1.3-200403101828
+MASTER_SITE_SUBDIR= R-3.0-200406251208
+PKGNAMEPREFIX= eclipse-
+DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= java@FreeBSD.ORG
COMMENT= Examples for the Eclipse IDE
+RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
+
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes