1995-07-15 23:26:42 +00:00
|
|
|
# New ports collection makefile for: git
|
1996-06-17 08:33:47 +00:00
|
|
|
# Version required: 4.3.11
|
1995-07-15 23:26:42 +00:00
|
|
|
# Date created: 12 Jul 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1996-11-21 11:54:39 +00:00
|
|
|
# $Id: Makefile,v 1.7 1996/11/18 10:25:02 asami Exp $
|
1995-07-15 23:26:42 +00:00
|
|
|
#
|
|
|
|
|
1996-06-17 08:33:47 +00:00
|
|
|
DISTNAME= git-4.3.11
|
1995-11-26 10:48:46 +00:00
|
|
|
CATEGORIES= misc
|
1996-11-18 10:25:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1995-07-15 23:26:42 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
1996-11-21 11:54:39 +00:00
|
|
|
MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \
|
|
|
|
gitredir.1 gitrgrep.1 gitps.1 gitview.1
|
1995-07-15 23:26:42 +00:00
|
|
|
|
1996-06-17 08:33:47 +00:00
|
|
|
pre-install:
|
1996-11-11 05:50:23 +00:00
|
|
|
${CP} ${WRKSRC}/term/.gitrc.ansi \
|
1996-06-17 08:33:47 +00:00
|
|
|
${WRKSRC}/term/.gitrc.cons25
|
|
|
|
(cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
|
|
|
|
|
1995-07-15 23:26:42 +00:00
|
|
|
.include <bsd.port.mk>
|