Printing basic system information and system maintenance - Submitter becomes Maintainer PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255576 Reported by: Thomas Dreibholz <dreibh@iem.uni-due.de> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D30098
19 lines
467 B
Makefile
19 lines
467 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
|
|
PORTNAME= td-system-tools
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.uni-due.de/~be0001/system-tools/download/
|
|
|
|
MAINTAINER= dreibh@iem.uni-due.de
|
|
COMMENT= Printing basic system information and system maintenance
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= cmake tar:xz
|
|
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man
|
|
|
|
.include <bsd.port.mk>
|