freebsd-ports/devel/linux_kdump/Makefile

30 lines
726 B
Makefile
Raw Normal View History

# New ports collection makefile for: linux_kdump
# Version required: 1.2
# Date created: Nov 26 1997
# Whom: msmith@FreeBSD.org
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
1999-10-10 13:07:07 +02:00
DISTNAME= linux_kdump-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>