ports/java/eclipse-datatools/Makefile
Antoine Brodin 364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00

28 lines
734 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
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>