aboutsummaryrefslogtreecommitdiffstats
path: root/misc/git/Makefile
blob: 57c4bcb948a86b067b766a174384e650f981db4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    git
# Date created:     12 Jul 1995
# Whom:         torstenb@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   git
PORTVERSION=    4.3.20
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

GNU_CONFIGURE=  YES
MAN1=       git.1 gitaction.1 gitkeys.1 gitmount.1 \
        gitrgrep.1 gitunpack.1

pre-patch:
    ${CP} ${WRKSRC}/term/.gitrc.ansi \
        ${WRKSRC}/term/.gitrc.cons25

.include <bsd.port.mk>