Antoine Brodin 49f35b8e45 - Stage support
- Remove infozip dependency
2014-02-16 13:54:07 +00:00

28 lines
757 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= datatools
PORTVERSION= 1.11
CATEGORIES= java devel databases
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/datatools/downloads/,}
MASTER_SITE_SUBDIR= ${PORTVERSION}
PKGNAMEPREFIX= eclipse-
DISTNAME= dtp-sdk_${PORTVERSION}
EXTRACT_SUFX= .zip
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Data Tools Platform for the Eclipse IDE
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \
${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
LICENSE= EPL
WRKSRC= ${WRKDIR}/eclipse
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>