aboutsummaryrefslogtreecommitdiff
path: root/net/td-system-tools/Makefile
blob: d26b3432e9a0afc7f12d9ef3c83c6cfe90e3eaae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://www.uni-due.de/~be0001/system-tools/

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>