opnsense-ports/java/eclipse-webtools/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

29 lines
861 B
Makefile

# Created by: markhobden@gmail.com
# $FreeBSD$
PORTNAME= webtools
PORTVERSION= 3.5.2
PORTREVISION= 1
CATEGORIES= java devel www
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,}
MASTER_SITE_SUBDIR=webtools/downloads/drops/R${PORTVERSION}/R-${PORTVERSION}-20140217150812
PKGNAMEPREFIX= eclipse-
DISTNAME= wtp4x-R-${PORTVERSION}-20140217150812
DIST_SUBDIR= eclipse
MAINTAINER= ale@FreeBSD.org
COMMENT= Webtools for eclipse
LICENSE= EPL
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \
${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \
${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
WRKSRC= ${WRKDIR}/eclipse
USES= zip
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>