mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
17 lines
337 B
Makefile
17 lines
337 B
Makefile
# $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"
|