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
Satoshi Asami dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00

31 lines
761 B
Makefile

# New ports collection makefile for: linux_kdump
# Version required: 1
# Date created: Nov 26 1997
# Whom: msmith@FreeBSD.org
#
# $Id: Makefile,v 1.2 1998/08/16 13:13:02 jseger Exp $
#
DISTNAME= linux_kdump-1.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gsoft.com.au/misc/
MAINTAINER= msmith@FreeBSD.org
BUILD_DEPENDS= /compat/linux/usr/bin/cpp:${PORTSDIR}/devel/linux_devel
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300000
BROKEN= "During build fails makesyscalls"
.endif
.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>