aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-gef-examples/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-04-18 10:00:00 +0000
committerRene Ladan <rene@FreeBSD.org>2015-04-18 10:00:00 +0000
commit1ff2d5930711dc1ccbc4ab348acc3c113605df96 (patch)
treeb1f8d2fc0025d4b015975c6dfa5d69609a3b23e8 /java/eclipse-gef-examples/Makefile
parent5d48443269043d602e83f08d247c43b3a779a8d6 (diff)
downloadports-1ff2d5930711dc1ccbc4ab348acc3c113605df96.tar.gz
ports-1ff2d5930711dc1ccbc4ab348acc3c113605df96.zip
Notes
Diffstat (limited to 'java/eclipse-gef-examples/Makefile')
-rw-r--r--java/eclipse-gef-examples/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/java/eclipse-gef-examples/Makefile b/java/eclipse-gef-examples/Makefile
deleted file mode 100644
index eb1b884f52fd..000000000000
--- a/java/eclipse-gef-examples/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: olgeni@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= gef
-PORTVERSION= 3.0
-PORTREVISION= 7
-CATEGORIES= java devel
-MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406251257/
-PKGNAMEPREFIX= eclipse-
-PKGNAMESUFFIX= -examples
-DISTNAME= GEF-examples-${PORTVERSION}
-DIST_SUBDIR= eclipse
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Graphical Editing Framework for the Eclipse IDE (examples)
-
-BROKEN= plugin is obsolete or malfunctioning with latest eclipse
-DEPRECATED= evaluation recommendation is to remove rather than update
-EXPIRATION_DATE= 2015-04-18
-
-RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
-
-USES= zip
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-do-install:
- cd ${WRKSRC}/eclipse && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse
-
-.include <bsd.port.mk>