2011-08-15 18:27:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -subversion
|
|
|
|
|
|
|
|
COMMENT= Distributed source code management tool with FreeBSD subversion bindings
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
|
|
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
|
2011-10-17 05:50:40 +02:00
|
|
|
WITH_SVN= yes
|
2011-08-15 18:27:30 +02:00
|
|
|
|
|
|
|
CONFLICTS?= git-[0-9]*
|
|
|
|
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|