aboutsummaryrefslogtreecommitdiffstats
path: root/devel/git-lite/Makefile
blob: af77fd8a5f89925a9175d82e86288a79ea712fb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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=  git-[0-9]* git-subversion-[0-9]*

DISTINFO_FILE=  ${MASTERDIR}/distinfo

.include "${MASTERDIR}/Makefile"