blob: bd753519d4e06dcfa6cdab77a4e04fa8cd1b9573 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PLIST_FILES= bin/watchdogd
.include <bsd.port.mk>
|