freebsd-ports/devel/git-subversion/Makefile
Renato Botelho 827ab5ba1e - Add devel/git-gui, a devel/git slave port with GUI option enabled
- Register conflicts with master and other slave ports
- Bump PORTREVISION

PR:		202948
2015-09-28 18:33:46 +00:00

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"