blob: 89938cd56f1a5524bf3958e65e087b039872b40d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Ports collection makefile for: linux-setiathome-i686
# Date created: 13 Oct 2001
# Whom: edwin@mavetju.org
#
# $FreeBSD$
PORTVERSION= 3.08
PORTREVISION= 1
CATEGORIES= astro linux
PKGNAMEPREFIX= linux-
MAINTAINER= cyrille.lefevre@laposte.net
COMMENT= Donate idle cycles to the search for space aliens - Linux i686 version
# Global variables
#
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
BROKEN= "Does not install"
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}
# Local variables
#
PORT_CPU?= i686
PORT_VENDOR= pc
PORT_OSNAME= linux
PORT_OSREL= -gnu
# Local overrides
#
MASTERDIR= ${.CURDIR}/../setiathome
.include "${MASTERDIR}/Makefile"
|