diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-29 06:24:40 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-29 06:24:40 +0800 |
commit | 4d71ea5c5256a83ad97bac32a3cf7ac4ccfd0735 (patch) | |
tree | e2d55f6c3325b59f7c8b039480a89024769cffed /astro | |
parent | 1b7af3b557e1880f39dfebce6fb28273394df6a3 (diff) | |
download | freebsd-ports-gnome-4d71ea5c5256a83ad97bac32a3cf7ac4ccfd0735.tar.gz freebsd-ports-gnome-4d71ea5c5256a83ad97bac32a3cf7ac4ccfd0735.tar.zst freebsd-ports-gnome-4d71ea5c5256a83ad97bac32a3cf7ac4ccfd0735.zip |
Donate idle cycles to the search for space aliens - Linux i686 version.
PR: 31229
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
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/ |