aboutsummaryrefslogtreecommitdiff
path: root/devel/git-gui/Makefile
blob: 8f54f1ce5fa974b6b90f3fbb3e6d6597dcb47226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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"