mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
f3f4d1ddfd
Changes: https://botan.randombit.net/news.html#version-2-12-0-2019-10-07 Also bump PORTREVISION of dependent ports. PR: 241217 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D22000
28 lines
566 B
Makefile
28 lines
566 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= daggy
|
|
DISTVERSION= 1.1.3
|
|
PORTREVISION= 3
|
|
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>
|