mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
46398f6ab8
- Bump PORTREVISION - Pass maintainership to submiiter Submitted by: Guy Brand <gb isis.u-strasbg.fr> (via private email)
24 lines
483 B
Makefile
24 lines
483 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
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|