Files
ports/sysutils/whowatch/Makefile
T
Jishan Alam 726855d4b4 sysutils/whowatch: Update 1.8.6.2 => 1.8.6.3
Changelog:
- Improve RAM stats
- Fix MAXPATHLEN import causing build failure
https://github.com/Zedai00/whowatch/releases/tag/1.8.6.3

PR:		294097
Sponsored by:	UNIS Labs
2026-03-30 04:53:58 +03:00

23 lines
515 B
Makefile

PORTNAME= whowatch
DISTVERSION= 1.8.6.3
CATEGORIES= sysutils
MAINTAINER= jishanalam9128@gmail.com
COMMENT= Displays information in real time about users currently logged on
WWW= https://github.com/Zedai00/whowatch/ \
https://github.com/mtsuszycki/whowatch/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf ncurses
USE_GITHUB= yes
GH_ACCOUNT= Zedai00
GNU_CONFIGURE= yes
PLIST_FILES= bin/whowatch \
share/applications/whowatch.desktop \
share/man/man1/whowatch.1.gz
.include <bsd.port.mk>