summaryrefslogtreecommitdiff
path: root/net/td-system-tools/Makefile
blob: 042a9e13555918e3b4cbd6e3aa89e6c1bdefb236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>