2012-09-22 04:22:17 +02:00
|
|
|
# Created by: Alan Eldridge <alane@FreeBSD.org>
|
2001-12-24 22:50:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tree
|
2012-11-02 18:20:55 +01:00
|
|
|
PORTVERSION= 1.6.0
|
2001-12-24 22:50:53 +01:00
|
|
|
CATEGORIES= sysutils
|
2008-09-26 17:44:01 +02:00
|
|
|
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ \
|
|
|
|
CENKES
|
2001-12-24 22:50:53 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2012-11-02 18:20:55 +01:00
|
|
|
MAINTAINER= gb@unistra.fr
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Display a tree-view of directories with optional color or HTML output
|
2001-12-24 22:50:53 +01:00
|
|
|
|
2012-11-02 18:20:55 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2004-11-17 10:39:34 +01:00
|
|
|
MAKE_ENV+= MKDIR="${MKDIR}"
|
2012-11-02 18:20:55 +01:00
|
|
|
USE_GMAKE= yes
|
2004-11-17 10:39:34 +01:00
|
|
|
|
2001-12-24 22:50:53 +01:00
|
|
|
MAN1= tree.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/tree
|
2001-12-24 22:50:53 +01:00
|
|
|
|
2012-11-02 18:20:55 +01:00
|
|
|
PORTDOCS= CHANGES README
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
2008-09-26 17:44:01 +02:00
|
|
|
|
|
|
|
post-install:
|
2012-11-02 18:20:55 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2008-09-26 17:44:01 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2008-04-25 21:46:13 +02:00
|
|
|
.include <bsd.port.mk>
|