mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4181eb0679
from the old version 4.3.20 dating back to 2000 which was still called git. Most configuration files, environment variables, the HTML documention, subdirectory names, etc have been renamed to carry gnuit instead of git in their names. Support for large files has been improved, new terminal types rxvt-unicode, linux-m, cygwin, and Eterm, have been added, and many bugs have been fixed. The git file manager is now called gitfm, there is no longer a command called git. Among others this helps reduce confusing with devel/git. PR: 126234
30 lines
720 B
Makefile
30 lines
720 B
Makefile
# New ports collection makefile for: git
|
|
# Date created: 12 Jul 1995
|
|
# Whom: torstenb@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnuit
|
|
PORTVERSION= 4.9.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
|
|
|
CONFLICTS= git-1.* cogito-[0-9]*
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAN1= git.1 gitaction.1 gitdpkgname.1 gitfm.1 gitinternal.1 \
|
|
gitkeys.1 gitmount.1 gitps.1 gitregrep.1 gitrfgrep.1 \
|
|
gitrgrep.1 gitunpack.1 gitview.1 gitwipe.1
|
|
|
|
post-install:
|
|
${RM} -f ${PREFIX}/man/man1/gitmkdirs.1
|
|
${RM} -f ${PREFIX}/man/man1/gitwhich.1
|
|
${RM} -f ${PREFIX}/man/man1/gitxgrep.1
|
|
|
|
.include <bsd.port.mk>
|