mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
eabbfd75e3
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
23 lines
507 B
Makefile
23 lines
507 B
Makefile
# 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} ${STAGEDIR}${PREFIX}/man/man1/gitmkdirs.1
|
|
${RM} ${STAGEDIR}${PREFIX}/man/man1/gitwhich.1
|
|
${RM} ${STAGEDIR}${PREFIX}/man/man1/gitxgrep.1
|
|
|
|
.include <bsd.port.mk>
|