Files
ports/net/td-system-tools/Makefile
Thomas Dreibholz a65678fb27 net/td-system-tools: Update to 2.0.0
Changelog: https://github.com/dreibh/system-tools/blob/master/ChangeLog

PR:		282063
Approved by:	submitter is maintainer
2024-10-14 17:16:49 +02:00

21 lines
516 B
Makefile

PORTNAME= td-system-tools
DISTVERSION= 2.0.0
CATEGORIES= net
MASTER_SITES= https://www.nntb.no/~dreibh/system-tools/download/
MAINTAINER= thomas.dreibholz@gmail.com
COMMENT= Printing basic system information and system maintenance
WWW= https://www.nntb.no/~dreibh/system-tools/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= bash:shells/bash \
figlet:misc/figlet \
mbuffer:misc/mbuffer
USES= cmake gettext tar:xz
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man
.include <bsd.port.mk>