aboutsummaryrefslogtreecommitdiff
path: root/devel/subversive/Makefile
blob: 306acf58ee41d1b117d837d74cae61507d3bcd60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$

PORTNAME=	subversive
PORTVERSION=	1.1.2
PORTEPOCH=	1
CATEGORIES=	devel java
MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/1.1/builds,:S,$,:core,} \
		http://community.polarion.com/projects/subversive/download/eclipse/3.0/builds/:connectors
DISTNAME=	Subversive-${PORTVERSION}.I20131116-1700
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:core ${CONNECTORS}:connectors

MAINTAINER=	ale@FreeBSD.org
COMMENT=	An Eclipse plug-in that provides Subversion support

LICENSE=	EPL

RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse

CONNECTORS=	Subversive-connectors-allplatforms-3.0.5.I20140122-1700.zip

NO_WRKSUBDIR=	yes
USE_ZIP=	yes

.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"

.include <bsd.port.mk>