forked from Lainports/freebsd-ports
ChangeLog: https://github.com/limine-bootloader/limine/releases/download/v5.20231124.0/ChangeLog Compared to previous release, 5.20231121.0: New features: - Add support for rebooting to UEFI firmware setup. Bug fixes: - Fix SMP (multiprocessor) initialisation regression on aarch64. Miscellaneous: - Move to new, handwritten ChangeLog from autogenerated one. PR: 275320 Reported by: mintsuki@protonmail.com (maintainer)
24 lines
556 B
Makefile
24 lines
556 B
Makefile
PORTNAME= limine
|
|
DISTVERSION= 5.20231124.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/${PORTNAME}-bootloader/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= mintsuki@protonmail.com
|
|
COMMENT= Modern, advanced, portable, multiprotocol bootloader
|
|
WWW= https://limine-bootloader.org/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= mtools:emulators/mtools \
|
|
nasm:devel/nasm
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-all
|
|
MAKEFILE= GNUmakefile
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|