Index: Makefile =================================================================== --- Makefile (revision 0) +++ Makefile (working copy) @@ -0,0 +1,31 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= UEFITool +PORTVERSION= 40 +CATEGORIES= sysutils + +MAINTAINER= pkubaj@anongoth.pl +COMMENT= UEFI images parser + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= LongSoft +GH_TAGNAME= A${PORTVERSION} + +WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +USES= qmake:outsource +USE_GL= gl +USE_QT5= buildtools_build core gui widgets qmake_build + +pre-install: + ${STRIP_CMD} ${WRKDIR}/.build/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/.build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Property changes on: Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: distinfo =================================================================== --- distinfo (revision 0) +++ distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489654627 +SHA256 (LongSoft-UEFITool-40-A40_GH0.tar.gz) = 8271ed0a7c91370fbf92654fe5bc42f2cce02f27334377f9d5504e17c2007a61 +SIZE (LongSoft-UEFITool-40-A40_GH0.tar.gz) = 419087 Property changes on: distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: pkg-descr =================================================================== --- pkg-descr (revision 0) +++ pkg-descr (working copy) @@ -0,0 +1,6 @@ +UEFITool is a cross-platform C++/Qt program for parsing, +extracting and modifying UEFI firmware images. +It supports parsing of full BIOS images +starting with the flash descriptor or any binary files containing UEFI volumes. + +WWW: https://github.com/LongSoft/UEFITool Property changes on: pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property