freebsd-ports/misc/git/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

25 lines
474 B
Makefile

# New ports collection makefile for: git
# Version required: 4.3.17
# Date created: 12 Jul 1995
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
DISTNAME= git-4.3.17
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= git
MAINTAINER= jseger@FreeBSD.org
GNU_CONFIGURE= YES
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
gitps.1 gitrgrep.1 gitview.1
pre-patch:
${CP} ${WRKSRC}/term/.gitrc.ansi \
${WRKSRC}/term/.gitrc.cons25
.include <bsd.port.mk>