diff options
author | novel <novel@FreeBSD.org> | 2016-07-24 11:37:00 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-07-24 11:37:00 +0800 |
commit | 9692a153aa308b08ee99a99af6deaa5518632500 (patch) | |
tree | 5fb2575fc887a617005dd212cc5b620dcde8569e /sysutils | |
parent | 47a657b30b5fa1074e00a2cc29fefbd048b45425 (diff) | |
download | freebsd-ports-graphics-9692a153aa308b08ee99a99af6deaa5518632500.tar.gz freebsd-ports-graphics-9692a153aa308b08ee99a99af6deaa5518632500.tar.zst freebsd-ports-graphics-9692a153aa308b08ee99a99af6deaa5518632500.zip |
A collection of firmware for bhyve.
WWW: https://wiki.freebsd.org/bhyve/UEFI
PR: 211157
Submitted by: fabian.freyer@physik.tu-berlin.de
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bhyve-firmware/Makefile | 18 | ||||
-rw-r--r-- | sysutils/bhyve-firmware/pkg-descr | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 35a345635de..9e9b4fdd661 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -87,6 +87,7 @@ SUBDIR += bchunk SUBDIR += beadm SUBDIR += beadm-devel + SUBDIR += bhyve-firmware SUBDIR += bhyve-rc SUBDIR += biosfont SUBDIR += bkpupsd diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile new file mode 100644 index 00000000000..37be388aebe --- /dev/null +++ b/sysutils/bhyve-firmware/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= bhyve-firmware +PORTVERSION= 1.0 +CATEGORIES= sysutils + +MAINTAINER= fabian.freyer@physik.tu-berlin.de +COMMENT= Collection of Firmware for bhyve + +RUN_DEPENDS= uefi-edk2-bhyve>=0:sysutils/uefi-edk2-bhyve + +USES= metaport +OPTIONS_DEFINE= CSM +OPTIONS_DEFAULT= CSM +CSM_DESC= Include firmware with Compatibility Support Module +CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm + +.include <bsd.port.mk> diff --git a/sysutils/bhyve-firmware/pkg-descr b/sysutils/bhyve-firmware/pkg-descr new file mode 100644 index 00000000000..4c039f162a0 --- /dev/null +++ b/sysutils/bhyve-firmware/pkg-descr @@ -0,0 +1,3 @@ +A collection of firmware for bhyve. + +WWW: https://wiki.freebsd.org/bhyve/UEFI |