21 lines
440 B
Makefile
21 lines
440 B
Makefile
# 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>
|