freebsd-ports/sysutils/upsdaemon/Makefile
Ion-Mihai Tetcu 4ea9ede582 The upsdaemon is a simple program to monitor APC-Pro series UPSes.
When the power fail, the UpsDaemon it effects shutdown the system.

WWW: http://www.ederbs.org/projects/upsdaemon/

- Ederson de Moura
ederbs@ederbs.org

PR:		ports/101841
Submitted by:	Ederson de Moura <ederbs at ederbs.org>
2006-08-15 16:09:38 +00:00

25 lines
494 B
Makefile

# New ports collection makefile for: UpsDaemon
# Date created: 17 June 2006
# Whom: Ederson de Moura <ederbs@ederbs.org>
#
# $FreeBSD$
#
PORTNAME= upsdaemon
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.ederbs.org/pub/ \
ftp://ederbs.org/pub/
MAINTAINER= ederbs@ederbs.org
COMMENT= Simple APC UPS Daemon
MAN8= upsdaemon.8
MANCOMPRESSED= no
USE_RC_SUBR= upsdaemon
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>