Make FreeBSD-bhyve an indivual package
This commit is contained in:
parent
f1d1786e24
commit
c2e2d02cbe
15
release/packages/bhyve/+MANIFEST
Normal file
15
release/packages/bhyve/+MANIFEST
Normal file
@ -0,0 +1,15 @@
|
||||
name = "FreeBSD-bhyve"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "The BSD Hypervisor"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "http://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
bhyve, the "BSD hypervisor" is a hypervisor/virtual machine manager developed on
|
||||
FreeBSD and relies on modern CPU features such as Extended Page Tables (EPT) and
|
||||
VirtIO network and storage drivers
|
||||
EOD
|
@ -3,6 +3,7 @@
|
||||
#
|
||||
|
||||
PROG= bhyve
|
||||
PACKAGE= bhyve
|
||||
|
||||
DEBUG_FLAGS= -g -O0
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
PROG= bhyvectl
|
||||
SRCS= bhyvectl.c
|
||||
PACKAGE= bhyve
|
||||
|
||||
MAN=
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
PROG= bhyveload
|
||||
SRCS= bhyveload.c
|
||||
MAN= bhyveload.8
|
||||
PACKAGE= bhyve
|
||||
|
||||
LIBADD= vmmapi util
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user