summaryrefslogtreecommitdiff
path: root/misc/gnuit/Makefile
blob: 81ec6fcc6a416aff9fe0d218f5bfa781017afeda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: torstenb@FreeBSD.org
# $FreeBSD$

PORTNAME=	gnuit
PORTVERSION=	4.9.5
CATEGORIES=	misc
MASTER_SITES=	GNU

MAINTAINER=	gerald@FreeBSD.org
COMMENT=	GNU Interactive Tools - a file system browser for UNIX systems

USES=		ncurses
GNU_CONFIGURE=	YES
CONFIGURE_ARGS=	--disable-transition

post-install:
	# Clean stage from orphans.
	${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitmkdirs.1
	${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitwhich.1
	${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitxgrep.1

.include <bsd.port.mk>