ports/sysutils/uefitool/Makefile

26 lines
440 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
# ignore 0.* and t* (pre) releases
PORTROACH = limit:^A
COMMENT = UEFI firmware image viewer and editor
GH_ACCOUNT = LongSoft
GH_PROJECT = UEFITool
GH_TAGNAME = A66
PKGNAME = ${DISTNAME:S/A//}
CATEGORIES = sysutils
MAINTAINER = Klemens Nanni <kn@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
WANTLIB = ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6Widgets c m
MODULES = devel/cmake \
x11/qt6
NO_TEST = Yes
.include <bsd.port.mk>