1995-07-16 01:26:42 +02:00
|
|
|
# New ports collection makefile for: git
|
|
|
|
# Date created: 12 Jul 1995
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-07-16 01:26:42 +02:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1995-07-16 01:26:42 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= git
|
2001-08-31 06:04:52 +02:00
|
|
|
PORTVERSION= 4.3.20
|
1995-11-26 11:48:46 +01:00
|
|
|
CATEGORIES= misc
|
1996-11-18 11:25:35 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2001-08-31 06:04:52 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1995-07-16 01:26:42 +02:00
|
|
|
|
2001-09-17 19:40:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
1997-10-07 10:56:32 +02:00
|
|
|
|
1995-07-16 01:26:42 +02:00
|
|
|
GNU_CONFIGURE= YES
|
1997-10-07 10:56:32 +02:00
|
|
|
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
|
1999-11-16 01:39:07 +01:00
|
|
|
gitrgrep.1 gitunpack.1
|
1995-07-16 01:26:42 +02:00
|
|
|
|
1998-05-04 00:03:54 +02:00
|
|
|
pre-patch:
|
1996-11-11 06:50:23 +01:00
|
|
|
${CP} ${WRKSRC}/term/.gitrc.ansi \
|
1996-06-17 10:33:47 +02:00
|
|
|
${WRKSRC}/term/.gitrc.cons25
|
|
|
|
|
1995-07-16 01:26:42 +02:00
|
|
|
.include <bsd.port.mk>
|