aboutsummaryrefslogtreecommitdiff
path: root/sysutils/watchdog/Makefile
blob: 40fd4588a93d299358f0d105c42290538d395b8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	ezload
# Date created:		18 august 2003
# Whom:			dirkx@webweaving.org
#
# $FreeBSD$
#

PORTNAME=	watchdog
PORTVERSION=	1.00
CATEGORIES=	sysutils
MASTER_SITES=	http://www.webweaving.org/watchdog/
EXTRACT_SUFX=   .tgz

MAINTAINER=	dirkx@webweaving.org
COMMENT=	"Watchdog daemon for the AMD Elan sc520 system-on-chip."

MAN8=		watchdogd.8
MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500043
# We need revision 1.12 of /sys/i386/i386/elan-mmrc.c and
# 1.1 of /sys/sys/watchdog.h.  The first tag is RELENG_5_1.
#
IGNORE=		'This port only works on 5.1 and above /  ${OSVERSION}
.endif

.include <bsd.port.post.mk>