mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
fba291d4d7
Changes: https://git.sr.ht/~kennylevinsen/poweralertd/refs/0.3.0 Reported by: Repology
26 lines
648 B
Makefile
26 lines
648 B
Makefile
PORTNAME= poweralertd
|
|
DISTVERSION= 0.3.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= UPower-powered power alerter
|
|
WWW= https://sr.ht/~kennylevinsen/poweralertd/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libbasu.so:devel/basu
|
|
|
|
USES= compiler:c11 meson pkgconfig
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= MANPAGES
|
|
OPTIONS_DEFAULT=MANPAGES
|
|
|
|
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
|
|
MANPAGES_MESON_ENABLED= man-pages
|
|
MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|