blob: 2b2b0ef344b1288fe99f9ab9637b599c0efc6d0c (
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
26
|
# ex:ts=8
# New ports collection makefile for: argparse
# Date created: Jun 19, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= argparse
PORTVERSION= 1.0.1
CATEGORIES= misc
MASTER_SITES= http://home.pages.at/kingleo/development/
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= A tool for commandline parsing for shell scripts
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>
|