1995-07-15 23:26:42 +00:00
|
|
|
# New ports collection makefile for: git
|
1997-10-07 08:56:32 +00:00
|
|
|
# Version required: 4.3.16
|
1995-07-15 23:26:42 +00:00
|
|
|
# Date created: 12 Jul 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1997-10-07 08:56:32 +00:00
|
|
|
# $Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp $
|
1995-07-15 23:26:42 +00:00
|
|
|
#
|
|
|
|
|
1997-10-07 08:56:32 +00:00
|
|
|
DISTNAME= git-4.3.16
|
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
|
|
|
|
1997-10-07 08:56:32 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
|
1995-07-15 23:26:42 +00:00
|
|
|
GNU_CONFIGURE= YES
|
1997-10-07 08:56:32 +00:00
|
|
|
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
|
|
|
|
gitps.1 gitrgrep.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>
|