freebsd-ports/sysutils/tree/Makefile
Thomas Abthorpe 87880a5128 - IGNORE > 8.X, garbage output
PR:		ports/122475 (inspired)
Submitted by:	Guy Brand <gb isis.u-strasbg.fr>
2008-04-06 15:43:39 +00:00

28 lines
568 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= tabthorpe@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.pre.mk>
.if ${OSVERSION} > 800000
IGNORE= garbage output under 8.X
.endif
.include <bsd.port.post.mk>