Changelog: https://github.com/dreibh/system-tools/blob/master/ChangeLog PR: 282063 Approved by: submitter is maintainer
21 lines
516 B
Makefile
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>
|