1997-11-26 08:49:36 +01:00
|
|
|
# New ports collection makefile for: linux_kdump
|
1999-07-23 09:41:39 +02:00
|
|
|
# Version required: 1.2
|
1997-11-26 08:49:36 +01:00
|
|
|
# Date created: Nov 26 1997
|
|
|
|
# Whom: msmith@FreeBSD.org
|
|
|
|
#
|
1999-08-15 12:45:32 +02:00
|
|
|
# $Id: Makefile,v 1.7 1999/07/23 07:41:36 marcel Exp $
|
1997-11-26 08:49:36 +01:00
|
|
|
#
|
|
|
|
|
1999-07-23 09:41:39 +02:00
|
|
|
DISTNAME= linux_kdump-1.2
|
1997-11-26 08:49:36 +01:00
|
|
|
CATEGORIES= devel
|
1999-08-15 12:45:32 +02:00
|
|
|
MASTER_SITES= http://www.FreeBSD.org/~marcel/ \
|
|
|
|
ftp://ftp.scc.nl/pub/FreeBSD/distfiles/
|
1997-11-26 08:49:36 +01:00
|
|
|
|
1999-07-23 09:41:39 +02:00
|
|
|
MAINTAINER= marcel@FreeBSD.org
|
1997-11-26 08:49:36 +01:00
|
|
|
|
1999-07-21 17:08:08 +02:00
|
|
|
BUILD_DEPENDS= /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools
|
1997-11-26 08:49:36 +01:00
|
|
|
|
1999-01-06 05:27:56 +01:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
1998-11-11 06:37:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1997-11-26 08:49:36 +01: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 06:37:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|