From a5243039179eb2f36a9fab3e76241fffa9acbc03 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Thu, 19 Jul 2018 23:21:47 +0000 Subject: Add new port sysutils/bvm The BVM is a Bhyve virtual machine management tool based on FreeBSD that allows you to easily manage virtual machines. 1. The supported operating systems are: FreeBSD,OpenBSD,NetBSD,Debian,OpenSuse,Ubuntu Windows10 etc. 2. Supports multiple network cards and multiple hard disks. 3. There are two kinds of network modes: Bridged and NAT 4. Support grub and uefi boot 5. Support for ZFS PR: 229407 Submitted by: guoqiang_cn@126.com (maintainer) Reviewed by: ygy, yuri Differential Revision: https://reviews.freebsd.org/D16074 --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 1dd15d3767ed..fd75407b3a1c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -129,6 +129,7 @@ SUBDIR += bulk_extractor SUBDIR += burp SUBDIR += busybox + SUBDIR += bvm SUBDIR += byobu SUBDIR += catfish SUBDIR += cbsd -- cgit v1.2.3