Files
ports/sysutils/limine/Makefile
T
Mintsuki 1a858c328a sysutils/limine: Update 12.2.0 => 12.3.2
While here, update COMMENT and pkg-descr.

Changelog:
https://github.com/Limine-Bootloader/Limine/blob/v12.3.2/ChangeLog

PR:		295658
Reported by:	mintsuki@protonmail.com (maintainer)
Approved by:	osa, vvd (Mentors, implicit)
MFH:		2026Q2
2026-05-28 14:35:23 +03:00

34 lines
833 B
Makefile

PORTNAME= limine
DISTVERSION= 12.3.2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/Limine-Bootloader/Limine/releases/download/v${DISTVERSION}/
MAINTAINER= mintsuki@protonmail.com
COMMENT= Modern, secure, portable, multiprotocol bootloader and boot manager
WWW= https://limine-bootloader.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= mtools:filesystems/mtools \
nasm:devel/nasm
USES= gmake
GNU_CONFIGURE= yes
# Disable the loongarch64 port as the LLVM target for it is still not enabled
# everywhere.
CONFIGURE_ARGS= --enable-all --disable-uefi-loongarch64
MAKEFILE= GNUmakefile
INSTALL_TARGET= install-strip
PORTDOCS= 3RDPARTY.md CONFIG.md FAQ.md USAGE.md
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/COPYING/d; /LICENSES/d' ${WRKSRC}/GNUmakefile.in
.include <bsd.port.mk>