freebsd-ports/misc/gnuit/Makefile

23 lines
516 B
Makefile
Raw Normal View History

# Created by: torstenb@FreeBSD.org
1999-08-25 09:23:21 +02:00
# $FreeBSD$
PORTNAME= gnuit
PORTVERSION= 4.9.5
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= gerald@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
1997-10-07 10:56:32 +02:00
USES= ncurses
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-transition
post-install:
2014-02-16 11:51:24 +01:00
# 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>