aboutsummaryrefslogtreecommitdiff
path: root/devel/git-subversion/Makefile
blob: b692dd8ce14f9aaf9d3042a7642d870d7af368a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	git-subversion
# Date created:				01 August 2011
# Whom:					wxs@FreeBSD.org
#
# $FreeBSD$

PKGNAMESUFFIX=	-subversion

COMMENT=	Distributed source code management tool with FreeBSD subversion bindings

MASTERDIR=	${.CURDIR}/../git

DESCR=		${.CURDIR}/pkg-descr

WITH_SVN=	yes

CONFLICTS?=	git-[0-9]*

DISTINFO_FILE=	${MASTERDIR}/distinfo

.include "${MASTERDIR}/Makefile"