diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libargparse/Makefile | 19 | ||||
-rw-r--r-- | devel/libargparse/distinfo | 1 | ||||
-rw-r--r-- | devel/libargparse/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libargparse/pkg-descr | 1 | ||||
-rw-r--r-- | devel/libargparse/pkg-plist | 2 |
6 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b66920d..4b53399 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -263,6 +263,7 @@ SUBDIR += libPropList SUBDIR += libU77 SUBDIR += libafterbase + SUBDIR += libargparse SUBDIR += libast SUBDIR += libavl SUBDIR += libbonobo diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile new file mode 100644 index 0000000..8682bca --- /dev/null +++ b/devel/libargparse/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# Ports collection makefile for: libargparse +# Date created: Sep 13, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libargparse +PORTVERSION= 0.1.0000 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= aqsis + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes + +.include <bsd.port.mk> diff --git a/devel/libargparse/distinfo b/devel/libargparse/distinfo new file mode 100644 index 0000000..746050d --- /dev/null +++ b/devel/libargparse/distinfo @@ -0,0 +1 @@ +MD5 (libargparse-0.1.0000.tar.gz) = 8078dfff9ca4444feabf83b8f45c2654 diff --git a/devel/libargparse/pkg-comment b/devel/libargparse/pkg-comment new file mode 100644 index 0000000..e63198c --- /dev/null +++ b/devel/libargparse/pkg-comment @@ -0,0 +1 @@ +A command line argument parser library diff --git a/devel/libargparse/pkg-descr b/devel/libargparse/pkg-descr new file mode 100644 index 0000000..4f052c7 --- /dev/null +++ b/devel/libargparse/pkg-descr @@ -0,0 +1 @@ +libargparse is a command line argument parser library. diff --git a/devel/libargparse/pkg-plist b/devel/libargparse/pkg-plist new file mode 100644 index 0000000..4fecd8f --- /dev/null +++ b/devel/libargparse/pkg-plist @@ -0,0 +1,2 @@ +include/argparse.h +lib/libargparse.a |