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

PORTNAME=	battmond
DISTVERSION=	0.4
CATEGORIES=	sysutils

MAINTAINER=	ntarmos@gmail.com
COMMENT=	Daemon monitoring the battery level of ACPI-enabled laptops

LICENSE=	BSD2CLAUSE

USE_GITHUB=	yes
GH_ACCOUNT=	ntarmos
GH_TAGNAME=	0.4

PLIST_FILES=	sbin/battmond \
		etc/rc.d/battmond \
		man/man1/battmond.1.gz

.include <bsd.port.mk>