mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
18 lines
308 B
Makefile
18 lines
308 B
Makefile
# $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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|