Make FreeBSD-bhyve an indivual package

This commit is contained in:
Baptiste Daroussin 2015-03-05 07:30:48 +00:00
parent f1d1786e24
commit c2e2d02cbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=279625
4 changed files with 18 additions and 0 deletions

View 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

View File

@ -3,6 +3,7 @@
#
PROG= bhyve
PACKAGE= bhyve
DEBUG_FLAGS= -g -O0

View File

@ -4,6 +4,7 @@
PROG= bhyvectl
SRCS= bhyvectl.c
PACKAGE= bhyve
MAN=

View File

@ -3,6 +3,7 @@
PROG= bhyveload
SRCS= bhyveload.c
MAN= bhyveload.8
PACKAGE= bhyve
LIBADD= vmmapi util