Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/hv_kvp_cmd/Makefile
16124 views
PORTNAME=	hv_kvp_cmd
DISTVERSION=	1.4
CATEGORIES=	emulators

MAINTAINER=	[email protected]
COMMENT=	Hyper-V Data Exchange Service (KVP), users command line utility

LICENSE=	MIT

.if !exists(${SRC_BASE}/sys/dev/hyperv/utilities/hv_kvp.h)
IGNORE=	requires system source tree in the ${SRC_BASE}
.endif

USE_GITHUB=	yes
GH_ACCOUNT=	pol73

MAKE_ARGS+=	LOCAL=${STAGEDIR}${PREFIX}

PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>