mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
2ef3d1b07d
- 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
12 lines
172 B
Makefile
12 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"
|