mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
17 lines
318 B
Makefile
17 lines
318 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]* git-subversion-[0-9]*
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|