1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/sysutils/battmond/Makefile
Rodrigo Osorio 4b16ad1661 Upgrade sysutils/battmond to v0.4
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)
2019-09-22 08:08:14 +00:00

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>