blob: b240e8c5d56bcb783a01d582ab3e92979facea88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: git
# Date created: 12 Jul 1995
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gnuit
PORTVERSION= 4.9.5
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
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>
|