mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup qt6 1.0
|
|
|
|
github.setup LongSoft UEFITool 74 A
|
|
github.tarball_from archive
|
|
name [string tolower ${github.project}]
|
|
revision 0
|
|
categories sysutils devel
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
license BSD-2
|
|
|
|
description UEFI firmware image viewer and editor
|
|
long_description ${github.project} is a cross-platform open source application written in C++/Qt, that parses\
|
|
UEFI-compatible firmware image into a tree structure, verifies image's integrity and\
|
|
provides a GUI to manipulate image's elements.
|
|
|
|
checksums rmd160 335a6ec949a8a7ea9108d8b42d9dd7e6cb3f3220 \
|
|
sha256 b77366f5008ec0504e169a5ff28e9e287c307a0d5f43df590623f123ddab4918 \
|
|
size 2411253
|
|
|
|
qt6.depends_build qttools
|
|
|
|
post-patch {
|
|
reinplace "s|/Applications|${applications_dir}|g" ${worksrcpath}/${github.project}/CMakeLists.txt
|
|
set plistfile ${worksrcpath}/${github.project}/Info.plist
|
|
system "/usr/libexec/PlistBuddy -c \"Add :CFBundleShortVersionString string ${github.tag_prefix}${version}\" ${plistfile}"
|
|
system "/usr/libexec/PlistBuddy -c \"Add :CFBundleVersion string ${version}\" ${plistfile}"
|
|
}
|
|
|
|
configure.args-append \
|
|
-DQHEXVIEW_USE_QT5=OFF
|