mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix MASTER_SITES and WWW.
PR: 33886 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
6e09f0e1d9
commit
1655871869
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53078
2 changed files with 4 additions and 4 deletions
|
@ -9,14 +9,14 @@
|
||||||
PORTNAME= argparse
|
PORTNAME= argparse
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.0
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= http://members.chello.at/oberzalek/development/
|
MASTER_SITES= http://home.pages.at/kingleo/development/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= LeoArg:${PORTSDIR}/devel/leoarg
|
LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
MAN1= argparse.1
|
MAN1= argparse.1
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
A tool for commandline parsing for shell scripts
|
A tool for commandline parsing for shell scripts
|
||||||
|
|
||||||
WWW: http://members.chello.at/oberzalek/development/cpp-en.html#argparse
|
WWW: http://home.pages.at/kingleo/development/cpp-en.html#argparse
|
||||||
|
|
Loading…
Add table
Reference in a new issue