summaryrefslogtreecommitdiff
path: root/misc/git/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/git/Makefile')
-rw-r--r--misc/git/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
new file mode 100644
index 00000000000..4dd64589e3a
--- /dev/null
+++ b/misc/git/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: git
+# Version required: 4.3.11
+# Date created: 12 Jul 1995
+# Whom: torstenb@FreeBSD.ORG
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:19 hubertf Exp $
+#
+
+DISTNAME= git-4.3.11
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+GNU_CONFIGURE= YES
+MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \
+ gitredir.1 gitrgrep.1 gitps.1 gitview.1
+
+pre-install:
+ ${CP} ${WRKSRC}/term/.gitrc.ansi \
+ ${WRKSRC}/term/.gitrc.cons25
+ (cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
+
+.include <bsd.port.mk>