3aaaebfa50
PR: ports/158910 Submitted by: Jin-Sih Lin <linpct@gmail.com>, Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# New ports collection makefile for: battmond
|
|
# Date created: 16 June 2006
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|