2001-06-18 06:30:11 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: dirtree
|
|
|
|
# Date created: Jun 19, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dirtree
|
|
|
|
PORTVERSION= 1.2.0
|
2002-04-12 17:10:20 +00:00
|
|
|
PORTREVISION= 1
|
2001-06-18 06:30:11 +00:00
|
|
|
CATEGORIES= misc
|
2001-12-08 20:26:55 +00:00
|
|
|
MASTER_SITES= http://home.pages.at/kingleo/development/
|
2001-06-18 06:30:11 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2001-12-08 20:26:55 +00:00
|
|
|
LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg \
|
2002-08-01 16:22:41 +00:00
|
|
|
intl.4:${PORTSDIR}/devel/gettext
|
2001-06-18 06:30:11 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-12-08 20:26:55 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-06-18 06:30:11 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
|
|
|
|
MAN1= dirtree.1
|
|
|
|
|
2002-10-26 03:08:52 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500035
|
|
|
|
BROKEN= "Does not compile on 5.0"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|