mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
d916a968ba
- Add mirrors - Remove support for 4.x
23 lines
462 B
Makefile
23 lines
462 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
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ CENKES
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|