blob: 619790d70f7d7945bedcf1c50dd8e4884a8f914c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: 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= freebsduser@paradisegreen.co.uk
COMMENT= Simple APC UPS Daemon
MAN8= upsdaemon.8
MANCOMPRESSED= no
USE_RC_SUBR= upsdaemon
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|