40654e9afc
vulnerability. PR: 50738 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
34 lines
577 B
Makefile
34 lines
577 B
Makefile
# Ports collection makefile for: linux-setiathome-i686
|
|
# Date created: 13 Oct 2001
|
|
# Whom: edwin@mavetju.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 3.08
|
|
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
|
|
|
|
# Local variables
|
|
#
|
|
|
|
PORT_CPU?= i686
|
|
PORT_VENDOR= pc
|
|
PORT_OSNAME= linux
|
|
PORT_OSREL= -gnu
|
|
|
|
# Local overrides
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../setiathome
|
|
|
|
.include "${MASTERDIR}/Makefile"
|