blob: 2b4d68492cee5521c50f63cf8deefc3de5f39365 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: 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
NO_STAGE= yes
.include <bsd.port.mk>
|