freebsd-ports/sysutils/daggy/Makefile
Dmitri Goutnik 5d759d201e Bump PORTREVISION of ports depending on security/botan2
PR:		240557
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21716
2019-09-19 14:48:48 +00:00

27 lines
566 B
Makefile

# $FreeBSD$
PORTNAME= daggy
DISTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Data Aggregation Utility: runs commands on remote hosts simultaneously
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbotan-2.so:security/botan2 \
libyaml-cpp.so:devel/yaml-cpp
USES= compiler:c++17-lang gl pkgconfig qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= synacker
USE_QT= core gui network buildtools_build
USE_GL= gl
QMAKE_ARGS= VERSION="${PORTVERSION}" BUILD_NUMBER="0"
PLIST_FILES= bin/daggy
.include <bsd.port.mk>