# Created by: Alan Eldridge <alane@FreeBSD.org>
# $FreeBSD: sysutils/tree/Makefile 327772 2013-09-20 23:05:58Z bapt $

PORTNAME=	tree
PORTVERSION=	1.6.0
CATEGORIES=	sysutils
MASTER_SITES=	ftp://mama.indstate.edu/linux/tree/ \
		CENKES
EXTRACT_SUFX=	.tgz

MAINTAINER=	gb@unistra.fr
COMMENT=	Display a tree-view of directories with optional color or HTML output

LICENSE=	GPLv2

MAKE_ENV+=	MKDIR="${MKDIR}"
USE_GMAKE=	yes

MAN1=		tree.1
PLIST_FILES=	bin/tree

PORTDOCS=	CHANGES README

NO_STAGE=	yes
.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>
