8b5b101c96
approved by: infrastructure blanket
22 lines
516 B
Makefile
22 lines
516 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} -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>
|