blob: 010069b68d6c1efb8cf60dbf75f97486c97b7e9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|