mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
3c175cb569
Reviewed by: marcus
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# New ports collection makefile for: tree
|
|
# Date created: 2001/12/24
|
|
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tree
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display a tree-view of directories with optional color or HTML output
|
|
|
|
MAN1= tree.1
|
|
PLIST_FILES= bin/tree
|
|
|
|
.include <bsd.port.mk>
|