726855d4b4
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
23 lines
515 B
Makefile
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>
|