2f6e9a02d7
Without PROVIDES/REQUIRES support, ports must depend on exactly one git port/pkg. Subversion is currently FreeBSD's primiary version control system and it is widely used with git so it makes sense to enable it by default and provide a consistent user experience. Approved by: garga Differential Revision: https://reviews.freebsd.org/D22496
17 lines
329 B
Makefile
17 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
COMMENT= Distributed source code management tool (lite package)
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
OPTIONS_EXCLUDE=GUI SVN GITWEB CONTRIB P4 CVS PERL
|
|
|
|
CONFLICTS_INSTALL= git-[0-9]* git-gui-[0-9]*
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|