blob: a09d2624f119fe3bbae658908952cb88ea6512db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PKGNAMESUFFIX= -subversion
COMMENT= Distributed source code management tool with FreeBSD subversion bindings
MASTERDIR= ${.CURDIR}/../git
DESCR= ${.CURDIR}/pkg-descr
OPTIONS_SLAVE= SVN
CONFLICTS_INSTALL= git-[0-9]* git-gui-[0-9]* git-lite-[0-9]*
DISTINFO_FILE= ${MASTERDIR}/distinfo
.include "${MASTERDIR}/Makefile"
|