freebsd-ports/devel/subversive/Makefile
2012-05-11 08:45:37 +00:00

32 lines
870 B
Makefile

# New ports collection makefile for: subversive
# Date created: 14 Feb 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= subversive
PORTVERSION= 0.7.9
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/0.7/builds,:S,$,:core,} \
http://community.polarion.com/projects/subversive/download/eclipse/2.0/builds/:connectors
DISTNAME= Subversive-incubation-${PORTVERSION}.I20110819-1700
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:core ${CONNECTORS}:connectors
MAINTAINER= ale@FreeBSD.org
COMMENT= An Eclipse plug-in that provides Subversion support
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
LICENSE= EPL
CONNECTORS= Subversive-connectors-2.2.2.I20110819-1700.zip
NO_WRKSUBDIR= yes
USE_ZIP= yes
.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
.include <bsd.port.mk>