mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
454 B
Makefile
25 lines
454 B
Makefile
# New ports collection makefile for: git
|
|
# Date created: 12 Jul 1995
|
|
# Whom: torstenb@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= git
|
|
PORTVERSION= 4.3.19
|
|
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 \
|
|
gitrgrep.1 gitunpack.1
|
|
|
|
pre-patch:
|
|
${CP} ${WRKSRC}/term/.gitrc.ansi \
|
|
${WRKSRC}/term/.gitrc.cons25
|
|
|
|
.include <bsd.port.mk>
|