mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
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
296 B
Makefile
17 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -gui
|
|
|
|
COMMENT= Distributed source code management tool (GUI enabled)
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
OPTIONS_SLAVE= GUI
|
|
|
|
CONFLICTS_INSTALL= git-[0-9]* git-lite-[0-9]*
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|