aboutsummaryrefslogtreecommitdiff
path: root/sysutils/daggy/Makefile
blob: 8bcf2a536ad3cb493d5dd32cd4e4a20e1a8b0b8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

PORTNAME=	daggy
DISTVERSION=	2.0.2
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Data Aggregation Utility: runs commands on remote hosts simultaneously

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	mustache>0:devel/mustache
LIB_DEPENDS=	libbotan-2.so:security/botan2 \
		libssh2.so:security/libssh2 \
		libyaml-cpp.so:devel/yaml-cpp

USES=		compiler:c++17-lang gl localbase:ldflags pkgconfig cmake qt:5
USE_GITHUB=	yes
GH_ACCOUNT=	synacker
USE_QT=		core gui network buildtools_build qmake_build
USE_GL=		gl
USE_LDCONFIG=	yes

CMAKE_OFF=	CONAN_BUILD

post-patch:
	@${REINPLACE_CMD} -e 's|VERSION_STR|"${DISTVERSION}"|' ${WRKSRC}/src/Daggy/CConsoleDaggy.cpp

.include <bsd.port.mk>