2001-06-18 08:44:14 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: argparse
|
|
|
|
# Date created: Jun 19, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= argparse
|
2002-05-22 20:10:47 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2001-06-18 08:44:14 +02:00
|
|
|
CATEGORIES= misc
|
2002-01-14 22:55:45 +01:00
|
|
|
MASTER_SITES= http://home.pages.at/kingleo/development/
|
2001-06-18 08:44:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A tool for commandline parsing for shell scripts
|
2001-06-18 08:44:14 +02:00
|
|
|
|
2002-01-14 22:55:45 +01:00
|
|
|
LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg
|
2001-06-18 08:44:14 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-01-14 22:55:45 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-06-18 08:44:14 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= argparse.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|