# ex:ts=8
# New ports collection makefile for:	dirtree
# Date created:			Jun 19, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/misc/dirtree/Makefile,v 1.2 2001/12/08 20:26:55 ijliao Exp $
#

PORTNAME=	dirtree
PORTVERSION=	1.2.0
CATEGORIES=	misc
MASTER_SITES=	http://home.pages.at/kingleo/development/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	LeoArg.2:${PORTSDIR}/devel/leoarg \
		intl.1:${PORTSDIR}/devel/gettext

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib -lintl"

MAN1=	dirtree.1

.include <bsd.port.mk>
