blob: d389c123a2ca9ea9b6c42e12c227efdd040ff02e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= hv_kvp_cmd
DISTVERSION= 1.4
CATEGORIES= emulators
MAINTAINER= pavelivolkov@gmail.com
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>
|