aboutsummaryrefslogblamecommitdiff
path: root/sysutils/tree/Makefile
blob: 7f52fdd2272eda8ace6375cd991342f73210329c (plain) (tree)
1
2
3
4
5
6
7
8
9

                                            
                                                         




                    
                     



                                                   
                                 
                                                                                     
 

                                
                      
                        
 


                          




                                                                   
# New ports collection makefile for:	tree
# Date created:		2001/12/24
# Whom:			Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	tree
PORTVERSION=	1.5.0
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

MAKE_ENV+=	MKDIR="${MKDIR}"

MAN1=		tree.1
PLIST_FILES=	bin/tree

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
post-patch:
	@${REINPLACE_CMD} -e "s:iswprint:isprint:" ${WRKSRC}/tree.c
.endif

.include <bsd.port.post.mk>