summaryrefslogtreecommitdiff
path: root/devel/libgnugetopt
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 03:20:33 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 03:20:33 +0000
commit2ad0e3cf005a6cabab8b359a13feb2ff91eead40 (patch)
tree114bfc660bb3ca998d6dbfe4475bb9d1f3320383 /devel/libgnugetopt
parentInitial import of bison version 1.27. (diff)
Initial import of libgnugetopt version 1.0.
GNU's getopt library. PR: 11441 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18386
Diffstat (limited to 'devel/libgnugetopt')
-rw-r--r--devel/libgnugetopt/Makefile19
-rw-r--r--devel/libgnugetopt/distinfo1
-rw-r--r--devel/libgnugetopt/pkg-comment1
-rw-r--r--devel/libgnugetopt/pkg-descr1
-rw-r--r--devel/libgnugetopt/pkg-plist2
5 files changed, 24 insertions, 0 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
new file mode 100644
index 000000000000..52fb06507bb4
--- /dev/null
+++ b/devel/libgnugetopt/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: libgnugetopt
+# Version required: 1.0
+# Date created: 2 May 1999
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= libgnugetopt-1.0
+CATEGORIES= devel
+MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+do-install:
+ @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
+ @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib
+
+.include <bsd.port.mk>
diff --git a/devel/libgnugetopt/distinfo b/devel/libgnugetopt/distinfo
new file mode 100644
index 000000000000..637b611a9112
--- /dev/null
+++ b/devel/libgnugetopt/distinfo
@@ -0,0 +1 @@
+MD5 (libgnugetopt-1.0.tar.gz) = 7fa261951e4ffc346976a667440cc5d7
diff --git a/devel/libgnugetopt/pkg-comment b/devel/libgnugetopt/pkg-comment
new file mode 100644
index 000000000000..a4abe474d7a7
--- /dev/null
+++ b/devel/libgnugetopt/pkg-comment
@@ -0,0 +1 @@
+GNU getopt library.
diff --git a/devel/libgnugetopt/pkg-descr b/devel/libgnugetopt/pkg-descr
new file mode 100644
index 000000000000..2b684a58a635
--- /dev/null
+++ b/devel/libgnugetopt/pkg-descr
@@ -0,0 +1 @@
+GNU getopt library. It includes GNU-style getopt_long() function.
diff --git a/devel/libgnugetopt/pkg-plist b/devel/libgnugetopt/pkg-plist
new file mode 100644
index 000000000000..138130310879
--- /dev/null
+++ b/devel/libgnugetopt/pkg-plist
@@ -0,0 +1,2 @@
+include/getopt.h
+lib/libgnugetopt.a