1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/sysutils/daggy/Makefile
Yuri Victorovich 21c7619a98 sysutils/daggy: Update 2.0.1 -> 2.0.2
Reported by:	portscout
2020-06-24 02:30:53 +00:00

31 lines
723 B
Makefile

# $FreeBSD$
PORTNAME= daggy
DISTVERSION= 2.0.2
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>