freebsd-ports/sysutils/tree/Makefile
Li-Wen Hsu 8181033ff5 - Update to 1.5.2.1
PR:		ports/127535
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Guy Brand <gb AT isis.u-strasbg.fr>
2008-09-26 15:44:01 +00:00

31 lines
629 B
Makefile

# New ports collection makefile for: tree
# Date created: 2001/12/24
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tree
PORTVERSION= 1.5.2.1
CATEGORIES= sysutils
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ \
CENKES
EXTRACT_SUFX= .tgz
MAINTAINER= gb@isis.u-strasbg.fr
COMMENT= Display a tree-view of directories with optional color or HTML output
MAKE_ENV+= MKDIR="${MKDIR}"
MAN1= tree.1
PLIST_FILES= bin/tree
PORTDOCS= CHANGES LICENSE README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>