1997-11-26 07:49:36 +00:00
|
|
|
# New ports collection makefile for: linux_kdump
|
|
|
|
# Date created: Nov 26 1997
|
|
|
|
# Whom: msmith@FreeBSD.org
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-11-26 07:49:36 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= linux_kdump
|
|
|
|
PORTVERSION= 1.4
|
2000-02-28 08:34:04 +00:00
|
|
|
CATEGORIES= devel linux
|
2000-07-23 00:29:51 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2000-06-29 07:03:02 +00:00
|
|
|
MASTER_SITE_SUBDIR= marcel
|
1997-11-26 07:49:36 +00:00
|
|
|
|
1999-07-23 07:41:39 +00:00
|
|
|
MAINTAINER= marcel@FreeBSD.org
|
1997-11-26 07:49:36 +00:00
|
|
|
|
1999-07-21 15:08:08 +00:00
|
|
|
BUILD_DEPENDS= /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools
|
1997-11-26 07:49:36 +00:00
|
|
|
|
1999-01-06 04:27:56 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2000-08-11 00:46:13 +00:00
|
|
|
MAN1= linux_kdump.1
|
1999-01-06 04:27:56 +00:00
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1997-11-26 07:49:36 +00:00
|
|
|
.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
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|