freebsd-ports/sysutils/tree/Makefile
Martin Wilke be3adea304 - Update to 1.5.1.1
- Pass maintainership to submitter

PR:		115101
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2007-08-01 09:55:18 +00:00

22 lines
465 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.1.1
CATEGORIES= sysutils
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ CENKES
EXTRACT_SUFX= .tgz
MAINTAINER= thomas@goodking.ca
COMMENT= Display a tree-view of directories with optional color or HTML output
MAKE_ENV+= MKDIR="${MKDIR}"
MAN1= tree.1
PLIST_FILES= bin/tree
.include <bsd.port.mk>