freebsd-ports/sysutils/vm-bhyve/Makefile
Lars Engels eb42370a9d sysutils/vm-bhyve: Update to 1.1.8
Upstream changelog:
Add ability to set ignore_bad_msr="yes" which is required on AMD processors for
some guests in order to avoid crashes if the guest tries to access registers
that are not implemented.

Also adds generic bhyve_options configuration setting to pass arbitrary
arguments to the bhyve(8) command.

PR:		219860
Submitted by:	maintainer
2017-06-24 19:50:07 +00:00

30 lines
760 B
Makefile

# $FreeBSD$
PORTNAME= vm-bhyve
PORTVERSION= 1.1.8
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MAINTAINER= churchers@gmail.com
COMMENT= Management system for bhyve virtual machines
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= EXAMPLES
EXAMPLES_DESC= Install example guest templates
USE_GITHUB= yes
GH_ACCOUNT= churchers
NO_ARCH= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/vm ${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm ${STAGEDIR}${PREFIX}/etc/rc.d
(cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/vm-bhyve)
(cd ${WRKSRC}/sample-templates/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.include <bsd.port.mk>