summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libargparse/Makefile19
-rw-r--r--devel/libargparse/distinfo1
-rw-r--r--devel/libargparse/pkg-comment1
-rw-r--r--devel/libargparse/pkg-descr1
-rw-r--r--devel/libargparse/pkg-plist2
6 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b66920d8e077..4b53399f566a 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 000000000000..8682bca1df6d
--- /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 000000000000..746050d243bc
--- /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 000000000000..e63198c12c94
--- /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 000000000000..4f052c7d12ea
--- /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 000000000000..4fecd8fa82b7
--- /dev/null
+++ b/devel/libargparse/pkg-plist
@@ -0,0 +1,2 @@
+include/argparse.h
+lib/libargparse.a