blob: f3b3a1c7713146884ea29a01f0811341f7468ecd (
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
|
# New ports collection makefile for: linux_kdump
# Date created: Nov 26 1997
# Whom: msmith@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= linux_kdump
PORTVERSION= 1.4
CATEGORIES= devel linux
MASTER_SITES= http://people.FreeBSD.org/~marcel/ \
ftp://ftp.scc.nl/pub/FreeBSD/distfiles/
MAINTAINER= marcel@FreeBSD.org
BUILD_DEPENDS= /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if !exists(/sys/i386/linux/syscalls.master)
BROKEN= "requires kernel source present in /sys"
.endif
.if !exists(/usr/src/usr.bin/ktrace/subr.c)
BROKEN= "requires ktrace source present in /usr/src/usr.bin/ktrace"
.endif
.include <bsd.port.post.mk>
|