1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/linux_kdump/Makefile

30 lines
682 B
Makefile
Raw Normal View History

# 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$
#
2000-04-11 21:30:15 +00:00
PORTNAME= linux_kdump
PORTVERSION= 1.4
CATEGORIES= devel linux
2000-07-23 00:29:51 +00:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= marcel
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>