mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
Removal scheduled 4 weeks into the future on April 18. PR: 195985 Submitted by: Jimmy Kelley (eclipse maintainer) Reason: by-product of upcoming eclipse upgrade
32 lines
899 B
Makefile
32 lines
899 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= datatools
|
|
PORTVERSION= 1.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= java devel databases
|
|
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,}
|
|
MASTER_SITE_SUBDIR=datatools/downloads/${PORTVERSION}
|
|
PKGNAMEPREFIX= eclipse-
|
|
DISTNAME= dtp-sdk_${PORTVERSION}.0
|
|
DIST_SUBDIR= eclipse
|
|
|
|
MAINTAINER= ljboiler@gmail.com
|
|
COMMENT= Data Tools Platform 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 \
|
|
eclipse-emf>0:${PORTSDIR}/java/eclipse-emf \
|
|
eclipse-gef>0:${PORTSDIR}/java/eclipse-gef
|
|
|
|
LICENSE= EPL
|
|
|
|
WRKSRC= ${WRKDIR}/eclipse
|
|
USES= zip
|
|
|
|
.include "${.CURDIR}/../eclipse/Makefile.plugins"
|
|
|
|
.include <bsd.port.mk>
|