diff options
Diffstat (limited to 'java/eclipse-examples/Makefile')
-rw-r--r-- | java/eclipse-examples/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/java/eclipse-examples/Makefile b/java/eclipse-examples/Makefile deleted file mode 100644 index 8849f9c..0000000 --- a/java/eclipse-examples/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: olgeni@FreeBSD.org -# $FreeBSD$ - -PORTNAME= examples -PORTVERSION= 3.0 -PORTREVISION= 7 -CATEGORIES= java devel -MASTER_SITES= ${MASTER_SITE_ECLIPSE} -MASTER_SITE_SUBDIR= R-3.0-200406251208 -PKGNAMEPREFIX= eclipse- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= eclipse - -MAINTAINER= ports@FreeBSD.org -COMMENT= Examples for the Eclipse IDE - -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> |