mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- add slave port for uefi-edk2-bhyve with CSM enabled. The CSM option was removed from the main port, and now the port uses different firmware name based on CSM setting, so master and slave ports can be installed simultaneously. - rename destination path: s/uefi-firmwares/uefi-firmware because "firmware" is plural already - Use USE_GCC instead of direct dependency Submitted by: maintainer Differential Revision: D7157
11 lines
172 B
Makefile
11 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -csm
|
|
|
|
COMMENT= UEFI-EDK2 firmware for bhyve with CSM
|
|
|
|
MASTERDIR= ${.CURDIR}/../uefi-edk2-bhyve
|
|
|
|
WITH_CSM= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|