Files
ports/sysutils/UEFITool/Makefile
T
Piotr Kubaj 64c2586f63 sysutils/UEFITool: update to A74
Also switch to CMake and install uefitool and uefiextract as well.

Changelog:	https://github.com/LongSoft/UEFITool/releases/tag/A74
2026-04-16 13:47:57 +02:00

23 lines
416 B
Makefile

PORTNAME= UEFITool
DISTVERSIONPREFIX= A
DISTVERSION= 74
CATEGORIES= sysutils
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= UEFI images parser
WWW= https://github.com/LongSoft/UEFITool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
USES= cmake compiler:c++11-lang gl qt:6
USE_GITHUB= yes
USE_GL= gl
USE_QT= base
GH_ACCOUNT= LongSoft
.include <bsd.port.mk>