diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-31 09:28:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-31 09:28:23 +0000 |
commit | ec6f87332249d306e75408acf828aaa1ba1260ad (patch) | |
tree | 8a923d7fb35459842812fe23370fab086b192e20 /misc/goldstr | |
parent | 53f38ce574d9ab698c6c4e89b2dc4fa0e3cbcf4b (diff) | |
download | ports-ec6f87332249d306e75408acf828aaa1ba1260ad.tar.gz ports-ec6f87332249d306e75408acf828aaa1ba1260ad.zip |
Notes
Diffstat (limited to 'misc/goldstr')
-rw-r--r-- | misc/goldstr/Makefile | 24 | ||||
-rw-r--r-- | misc/goldstr/distinfo | 1 | ||||
-rw-r--r-- | misc/goldstr/pkg-comment | 1 | ||||
-rw-r--r-- | misc/goldstr/pkg-descr | 5 | ||||
-rw-r--r-- | misc/goldstr/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/misc/goldstr/Makefile b/misc/goldstr/Makefile new file mode 100644 index 000000000000..2e431869f333 --- /dev/null +++ b/misc/goldstr/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: goldstr +# Date created: Jul 31, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= goldstr +PORTVERSION= 1.6.0 +CATEGORIES= misc +MASTER_SITES= http://it.geocities.com/andreamolteni/prog/goldstr/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +MAN1= goldstr.1 + +.include <bsd.port.mk> diff --git a/misc/goldstr/distinfo b/misc/goldstr/distinfo new file mode 100644 index 000000000000..0c1c294c91af --- /dev/null +++ b/misc/goldstr/distinfo @@ -0,0 +1 @@ +MD5 (goldstr-1.6.0.tar.gz) = 5685bd360a54cc14b285fb034dbc6b39 diff --git a/misc/goldstr/pkg-comment b/misc/goldstr/pkg-comment new file mode 100644 index 000000000000..5edb4332f41e --- /dev/null +++ b/misc/goldstr/pkg-comment @@ -0,0 +1 @@ +Compute the golden string diff --git a/misc/goldstr/pkg-descr b/misc/goldstr/pkg-descr new file mode 100644 index 000000000000..5088b6ea32d3 --- /dev/null +++ b/misc/goldstr/pkg-descr @@ -0,0 +1,5 @@ +The purpose of the program is to compute the golden string. + +WWW: http://it.geocities.com/andreamolteni/prog/goldstr/ +Gold String: + http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibrabBITS.html diff --git a/misc/goldstr/pkg-plist b/misc/goldstr/pkg-plist new file mode 100644 index 000000000000..7864fcb4b885 --- /dev/null +++ b/misc/goldstr/pkg-plist @@ -0,0 +1 @@ +bin/goldstr |