summaryrefslogtreecommitdiff
path: root/sysutils/battmond/Makefile
blob: 6e8818317bf7a898d103c17d0a1b2d14a1d74157 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: ntarmos@ceid.upatras.gr
# $FreeBSD$

PORTNAME=	battmond
PORTVERSION=	0.3
CATEGORIES=	sysutils
MASTER_SITES=	http://ntarmos.dyndns.org/Software/FreeBSD/

MAINTAINER=	ntarmos@cs.uoi.gr
COMMENT=	A daemon monitoring the battery level of ACPI-enabled laptops

MAN1=		battmond.1
MANCOMPRESSED=	yes

PLIST_FILES=	sbin/battmond \
		etc/rc.d/battmond

NO_STAGE=	yes
.include <bsd.port.mk>