aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dirtree/Makefile
blob: 357d157b5e1eb950012e444e89452b7bdc2ca982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# New ports collection makefile for:    dirtree
# Date created:         Jun 19, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   dirtree
PORTVERSION=    1.2.0
CATEGORIES= misc
MASTER_SITES=   http://members.chello.at/oberzalek/development/

MAINTAINER= ports@FreeBSD.org

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

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

MAN1=   dirtree.1

.include <bsd.port.mk>