summaryrefslogtreecommitdiff
path: root/java/eclipse-aptana2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-aptana2/Makefile')
-rw-r--r--java/eclipse-aptana2/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/java/eclipse-aptana2/Makefile b/java/eclipse-aptana2/Makefile
deleted file mode 100644
index 5686ec72d742..000000000000
--- a/java/eclipse-aptana2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: eclipse-aptana
-# Date created: 2007-11-14
-# Whom: Nicola Vitale <nivit@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= aptana
-PORTVERSION= 1.2.2.022571
-#PORTREVISION= 0
-PORTEPOCH= 1
-CATEGORIES= java devel
-MASTER_SITES= http://release.aptana.com/update/studio/3.2/
-PKGNAMEPREFIX= eclipse-
-DISTNAME= aptana_update_${PORTVERSION:E}
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= Aptana Web Development Tools (Eclipse plugin)
-
-RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
-
-JAVA_VERSION= 1.5+
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-USE_JAVA= yes
-USE_ZIP= yes
-
-do-install:
- @(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/eclipse && ${CP} -R plugins ${PREFIX}/eclipse;)
-
-.include <bsd.port.mk>