1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/sysutils/battmond/Makefile
Alexandre C. Guimarães e6a81dd7dc
sysutils/battmond: Bump PORTREVISION
- I forgot to bump it during the last fix.
2021-04-11 10:26:23 -03:00

22 lines
387 B
Makefile

# Created by: ntarmos@ceid.upatras.gr
PORTNAME= battmond
DISTVERSION= 0.4
PORTREVISION= 1
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>