# ex:ts=8
# New ports collection makefile for:	argparse
# Date created:			Jun 19, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/misc/argparse/Makefile,v 1.2 2002/01/14 21:55:45 jim Exp $
#

PORTNAME=	argparse
PORTVERSION=	1.0.0
CATEGORIES=	misc
MASTER_SITES=	http://home.pages.at/kingleo/development/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	LeoArg.2:${PORTSDIR}/devel/leoarg

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

MAN1=	argparse.1

.include <bsd.port.mk>
