diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-06 17:42:11 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-06 17:42:11 +0000 |
commit | 21603991bf308b0324f54c6b582fcbb5489d8080 (patch) | |
tree | 3679a8a375fdc1999e475df9e95c0b0f6e8b39e4 /net/clusterit/Makefile | |
parent | 5cea7a9fe69a57f0b20479f4afd70983fcc28b04 (diff) |
Notes
Diffstat (limited to 'net/clusterit/Makefile')
-rw-r--r-- | net/clusterit/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile new file mode 100644 index 000000000000..fa6d1babc35c --- /dev/null +++ b/net/clusterit/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: clusterit +# Version required: 1.2 +# Date created: 4 February 1999 +# Whom: Dima Sivachenko +# +# $Id: $ +# + +DISTNAME= clusterit-1.2 +CATEGORIES= net devel +MASTER_SITES= http://www.inficad.com/~garbled/ \ + ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/ + +MAINTAINER= dima@chg.ru + +MAN1= barrier.1 barrierd.1 dsh.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1\ + prm.1 + +.include <bsd.port.mk> |