summaryrefslogtreecommitdiff
path: root/sysutils/upsdaemon/Makefile
blob: 8a3c623e9315e9439085c94bb31d016c48f529ac (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=	freebsduser@paradisegreen.co.uk
COMMENT=	Simple APC UPS Daemon

MAN8=		upsdaemon.8
MANCOMPRESSED=	no

USE_RC_SUBR=	upsdaemon

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>