diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-28 22:24:40 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-28 22:24:40 +0000 |
commit | 03cd3268ba10b2d4e4756c5639635e0578137b86 (patch) | |
tree | 233e98d62cf6e92138d085605587531517afca06 /astro | |
parent | 58b1dd0eda72b7bf700922140b7f480c43d390f9 (diff) | |
download | ports-03cd3268ba10b2d4e4756c5639635e0578137b86.tar.gz ports-03cd3268ba10b2d4e4756c5639635e0578137b86.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/linux-setiathome/Makefile | 30 | ||||
-rw-r--r-- | astro/linux-setiathome/distinfo | 1 | ||||
-rw-r--r-- | astro/linux-setiathome/pkg-comment | 1 | ||||
-rw-r--r-- | astro/linux-setiathome/pkg-descr | 10 |
5 files changed, 43 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index f8e23b8a687f..36d4ef3d1ec5 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -16,6 +16,7 @@ SUBDIR += ksetispy SUBDIR += ksetiwatch SUBDIR += kstars + SUBDIR += linux-setiathome SUBDIR += luna SUBDIR += match SUBDIR += nightfall diff --git a/astro/linux-setiathome/Makefile b/astro/linux-setiathome/Makefile new file mode 100644 index 000000000000..7ccdfc01acca --- /dev/null +++ b/astro/linux-setiathome/Makefile @@ -0,0 +1,30 @@ +# Ports collection makefile for: linux-setiathome-i686 +# Date created: 13 Oct 2001 +# Whom: edwin@mavetju.org +# +# $FreeBSD$ + +CATEGORIES= astro linux + +MAINTAINER= cyrille.lefevre@laposte.net + +# Global variables +# + +ONLY_FOR_ARCHS= i386 +USE_LINUX= yes + +# Local variables +# + +PORT_CPU?= i686 +PORT_VENDOR= pc +PORT_OSNAME= linux +PORT_OSREL= -gnu-gnulibc2.1 + +# Local overrides +# + +MASTERDIR= ${.CURDIR}/../setiathome + +.include "${MASTERDIR}/Makefile" diff --git a/astro/linux-setiathome/distinfo b/astro/linux-setiathome/distinfo new file mode 100644 index 000000000000..ac3279ba6d91 --- /dev/null +++ b/astro/linux-setiathome/distinfo @@ -0,0 +1 @@ +MD5 (setiathome-3.03.i686-pc-linux-gnu-gnulibc2.1.tar) = ba17d596fd07219c9c0eac4c1d5597a7 diff --git a/astro/linux-setiathome/pkg-comment b/astro/linux-setiathome/pkg-comment new file mode 100644 index 000000000000..dfdbeccb0fa5 --- /dev/null +++ b/astro/linux-setiathome/pkg-comment @@ -0,0 +1 @@ +Donate idle cycles to the search for space aliens - Linux i686 version diff --git a/astro/linux-setiathome/pkg-descr b/astro/linux-setiathome/pkg-descr new file mode 100644 index 000000000000..861dadddbe46 --- /dev/null +++ b/astro/linux-setiathome/pkg-descr @@ -0,0 +1,10 @@ +SETI@home is a scientific experiment that will harness the power of +hundreds of thousands of Internet-connected computers in the Search for +Extraterrestrial Intelligence (SETI). You can participate by running a +program that downloads and analyzes radio telescope data. There's a +small but captivating possibility that your computer will detect the +faint murmur of a civilization beyond Earth. + +This Linux version is optimized for i686 processors. + +WWW: http://setiathome.ssl.berkeley.edu/ |