2007-02-16 07:50:54 +01:00
|
|
|
# New ports collection makefile for: subversive
|
|
|
|
# Date created: 14 Feb 2007
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= subversive
|
2010-07-13 10:17:06 +02:00
|
|
|
PORTVERSION= 0.7.9
|
2012-05-11 10:45:37 +02:00
|
|
|
PORTREVISION= 3
|
2008-09-07 12:36:44 +02:00
|
|
|
PORTEPOCH= 1
|
2007-02-16 07:50:54 +01:00
|
|
|
CATEGORIES= devel java
|
2008-09-07 12:36:44 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/0.7/builds,:S,$,:core,} \
|
2009-04-23 08:47:23 +02:00
|
|
|
http://community.polarion.com/projects/subversive/download/eclipse/2.0/builds/:connectors
|
2012-05-11 10:45:37 +02:00
|
|
|
DISTNAME= Subversive-incubation-${PORTVERSION}.I20110819-1700
|
2008-12-30 10:07:35 +01:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:core ${CONNECTORS}:connectors
|
2007-02-16 07:50:54 +01:00
|
|
|
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= An Eclipse plug-in that provides Subversion support
|
|
|
|
|
|
|
|
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
|
|
|
|
|
2010-07-13 10:17:06 +02:00
|
|
|
LICENSE= EPL
|
|
|
|
|
2012-05-11 10:45:37 +02:00
|
|
|
CONNECTORS= Subversive-connectors-2.2.2.I20110819-1700.zip
|
2010-09-07 10:49:04 +02:00
|
|
|
|
2007-02-16 07:50:54 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_ZIP= yes
|
2010-09-07 10:49:04 +02:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
|
2007-02-16 07:50:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|