freebsd-ports/emulators/hv_kvp_cmd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
460 B
Makefile

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>