diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-01-14 21:55:45 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-01-14 21:55:45 +0000 |
commit | 16558718698c1fe46c230c96e4ad6cbfd5a186f0 (patch) | |
tree | 16fa4d9dfe62f8451453cd47f459826a35cbe829 /misc/argparse | |
parent | 6e09f0e1d9b61e6045df8b0bbba5611d10e5a9e0 (diff) | |
download | ports-16558718698c1fe46c230c96e4ad6cbfd5a186f0.tar.gz ports-16558718698c1fe46c230c96e4ad6cbfd5a186f0.zip |
Notes
Diffstat (limited to 'misc/argparse')
-rw-r--r-- | misc/argparse/Makefile | 6 | ||||
-rw-r--r-- | misc/argparse/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile index d1d2ef6cfe2f..a936b643a956 100644 --- a/misc/argparse/Makefile +++ b/misc/argparse/Makefile @@ -9,14 +9,14 @@ PORTNAME= argparse PORTVERSION= 1.0.0 CATEGORIES= misc -MASTER_SITES= http://members.chello.at/oberzalek/development/ +MASTER_SITES= http://home.pages.at/kingleo/development/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= LeoArg:${PORTSDIR}/devel/leoarg +LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= argparse.1 diff --git a/misc/argparse/pkg-descr b/misc/argparse/pkg-descr index 8eb323c747c3..5a371c843d42 100644 --- a/misc/argparse/pkg-descr +++ b/misc/argparse/pkg-descr @@ -1,3 +1,3 @@ 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 |