mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
10e1269cf3
the setiathome package.
32 lines
490 B
Makefile
32 lines
490 B
Makefile
# Ports collection makefile for: linux-setiathome-i686
|
|
# Date created: 13 Oct 2001
|
|
# Whom: edwin@mavetju.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= astro linux
|
|
PKGNAMEPREFIX= 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"
|