summaryrefslogtreecommitdiffstats
path: root/java/eclipse-quantum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-quantum/Makefile')
-rw-r--r--java/eclipse-quantum/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/java/eclipse-quantum/Makefile b/java/eclipse-quantum/Makefile
deleted file mode 100644
index 744a8757..0000000
--- a/java/eclipse-quantum/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: gldisater@gldis.ca
-# $FreeBSD$
-
-PORTNAME= quantum
-PORTVERSION= 3.3.0.2
-CATEGORIES= java devel
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-plugin/${PORTVERSION}
-PKGNAMEPREFIX= eclipse-
-DISTNAME= com.quantum.feature_${PORTVERSION}.bin.dist
-DIST_SUBDIR= eclipse
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Database access and SQL editor for the Eclipse IDE
-
-DEPRECATED= depends on deprecated java/eclipse-gef
-EXPIRATION_DATE= 2015-04-18
-
-RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
- eclipse-gef>0:${PORTSDIR}/java/eclipse-gef
-
-USES= zip
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-NO_EXTRACT= yes
-USE_JAVA= yes
-JAVA_VERSION= 1.6+
-PLIST_SUB+= VERSION=${PORTVERSION:S/.2//}
-
-post-extract:
- @${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/Thumbs.db
- @${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/unused/Thumbs.db
- @${RM} -rf ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/.xvpics
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse
-
-.include <bsd.port.mk>
OpenPOWER on IntegriCloud