diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 11:20:33 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 11:20:33 +0800 |
commit | 6bd1a30a7abbd2f1648f846a1f729d57dd4ee116 (patch) | |
tree | 8f3f68a5dbc2fccf9bb741077cd6b59a257ec79b | |
parent | 8ee2b6b192f4a3722afc11f3dbac1c64a48fc9c8 (diff) | |
download | freebsd-ports-gnome-6bd1a30a7abbd2f1648f846a1f729d57dd4ee116.tar.gz freebsd-ports-gnome-6bd1a30a7abbd2f1648f846a1f729d57dd4ee116.tar.zst freebsd-ports-gnome-6bd1a30a7abbd2f1648f846a1f729d57dd4ee116.zip |
Initial import of libgnugetopt version 1.0.
GNU's getopt library.
PR: 11441
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
-rw-r--r-- | devel/libgnugetopt/Makefile | 19 | ||||
-rw-r--r-- | devel/libgnugetopt/distinfo | 1 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-descr | 1 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-plist | 2 |
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 |