mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
28 lines
577 B
Makefile
28 lines
577 B
Makefile
# Created by: Piotr Kubaj <pkubaj@FreeBSD.org>
|
|
|
|
PORTNAME= UEFITool
|
|
DISTVERSIONPREFIX= A
|
|
DISTVERSION= 58
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkubaj@FreeBSD.org
|
|
COMMENT= UEFI images parser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE.md
|
|
|
|
USES= compiler:c++11-lang gl qmake:outsource qt:5
|
|
USE_GITHUB= yes
|
|
USE_GL= gl
|
|
USE_QT= core gui widgets buildtools_build qmake_build
|
|
|
|
WRKSRC_SUBDIR= ${PORTNAME}
|
|
GH_ACCOUNT= LongSoft
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|