1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/sysutils/tree/Makefile
Andrew Pantyukhin d916a968ba - Enrich pkg-descr
- Add mirrors
- Remove support for 4.x
2007-03-18 23:58:04 +00:00

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>