diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-07-24 03:37:00 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-07-24 03:37:00 +0000 |
commit | d7c2ed568f101a6718f3be94358267519c12297b (patch) | |
tree | 5fb2575fc887a617005dd212cc5b620dcde8569e /sysutils/bhyve-firmware | |
parent | 4aa14f1b84d70170094fc4688f407d30b8e2226d (diff) |
Notes
Diffstat (limited to 'sysutils/bhyve-firmware')
-rw-r--r-- | sysutils/bhyve-firmware/Makefile | 18 | ||||
-rw-r--r-- | sysutils/bhyve-firmware/pkg-descr | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile new file mode 100644 index 000000000000..37be388aebe7 --- /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 000000000000..4c039f162a02 --- /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 |