View | Details | Raw Unified | Return to bug 217832
Collapse All | Expand All

(-)Makefile (+31 lines)
Line 0 Link Here
1
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
2
# $FreeBSD$
3
4
PORTNAME=	UEFITool
5
PORTVERSION=	40
6
CATEGORIES=	sysutils
7
8
MAINTAINER=	pkubaj@anongoth.pl
9
COMMENT=	UEFI images parser
10
11
LICENSE=	MIT
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	LongSoft
15
GH_TAGNAME=	A${PORTVERSION}
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/${PORTNAME}
18
19
PLIST_FILES=	bin/${PORTNAME}
20
21
USES=		qmake:outsource
22
USE_GL=		gl
23
USE_QT5=	buildtools_build core gui widgets qmake_build
24
25
pre-install:
26
	${STRIP_CMD} ${WRKDIR}/.build/${PORTNAME}
27
28
do-install:
29
	${INSTALL_PROGRAM} ${WRKDIR}/.build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
30
31
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1489654627
2
SHA256 (LongSoft-UEFITool-40-A40_GH0.tar.gz) = 8271ed0a7c91370fbf92654fe5bc42f2cce02f27334377f9d5504e17c2007a61
3
SIZE (LongSoft-UEFITool-40-A40_GH0.tar.gz) = 419087
(-)pkg-descr (+6 lines)
Line 0 Link Here
1
UEFITool is a cross-platform C++/Qt program for parsing, 
2
extracting and modifying UEFI firmware images.
3
It supports parsing of full BIOS images 
4
starting with the flash descriptor or any binary files containing UEFI volumes.
5
6
WWW: https://github.com/LongSoft/UEFITool

Return to bug 217832