Changeset View
Changeset View
Standalone View
Standalone View
devel/git-gui/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PKGNAMESUFFIX= -gui | PKGNAMESUFFIX= -gui | ||||
| COMMENT= Distributed source code management tool (GUI enabled) | COMMENT= Distributed source code management tool (GUI enabled) | ||||
| MASTERDIR= ${.CURDIR}/../git | MASTERDIR= ${.CURDIR}/../git | ||||
| DESCR= ${.CURDIR}/pkg-descr | DESCR= ${.CURDIR}/pkg-descr | ||||
| OPTIONS_SLAVE= GUI | OPTIONS_SLAVE= GUI | ||||
| CONFLICTS_INSTALL= git-[0-9]* git-lite-[0-9]* git-subversion-[0-9]* | CONFLICTS_INSTALL= git-[0-9]* git-lite-[0-9]* | ||||
| DISTINFO_FILE= ${MASTERDIR}/distinfo | DISTINFO_FILE= ${MASTERDIR}/distinfo | ||||
| .include "${MASTERDIR}/Makefile" | .include "${MASTERDIR}/Makefile" | ||||