diff options
author | gerald <gerald@FreeBSD.org> | 2003-05-04 23:33:32 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-05-04 23:33:32 +0800 |
commit | 1f0d1ca376cafce774970d9044a4ca7ce3884a57 (patch) | |
tree | 3e3ace988ed85a7da98389e312e9c089cc540687 /devel/sgb/Makefile | |
parent | 970321227f5c1a73ea4bf33ebcbc5f75bccec033 (diff) | |
download | freebsd-ports-gnome-1f0d1ca376cafce774970d9044a4ca7ce3884a57.tar.gz freebsd-ports-gnome-1f0d1ca376cafce774970d9044a4ca7ce3884a57.tar.zst freebsd-ports-gnome-1f0d1ca376cafce774970d9044a4ca7ce3884a57.zip |
Contribute a port of SGB, the Stanford Graphbase by Donald E. Knuth, which
is a workbench for combinatorial computing and provides standard sets of
data that can be used for benchmark tests of competing methods.
Reviewed by: obrien
Diffstat (limited to 'devel/sgb/Makefile')
-rw-r--r-- | devel/sgb/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/sgb/Makefile b/devel/sgb/Makefile new file mode 100644 index 000000000000..618d36f02bbc --- /dev/null +++ b/devel/sgb/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sgb +# Date created: 2003-02-05 +# Whom: Gerald Pfeifer <gerald@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= sgb +PORTVERSION= 20020425 +CATEGORIES= devel +MASTER_SITES= ftp://labrea.stanford.edu/pub/sgb/ +DISTNAME= sgb + +MAINTAINER= gerald@FreeBSD.org +COMMENT= The Stanford GraphBase: A Platform for Combinatorial Computing + +BUILD_DEPENDS= ctangle:${PORTSDIR}/devel/cweb + +USE_REINPLACE= yes +NO_WRKSUBDIR= yes +ALL_TARGET= lib tests + +.include <bsd.port.mk> |