1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/tree/Makefile
Philippe Audeoud 817604a84b - Update to 1.5.3
PR:		ports/142830
Submitted by:	Sofian Brabez <sbrabez gmail.com>
Approved by:	maintainer
2010-01-14 19:38:55 +00:00

32 lines
627 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.3
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>