mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4b16ad1661
Add license BSD2CLAUSE Change the distfile location to GITHUB Update maintainer email to <ntarmos@gmail.com> Major changes: - Add support for suspend instead of halt (-z) PR: 238336 Submitted by: ntarmos <ntarmos@cs.uoi.gr> (maintainer)
22 lines
383 B
Makefile
22 lines
383 B
Makefile
# 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>
|