aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mstflint/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-07-10 15:46:14 +0000
committerSteve Wills <swills@FreeBSD.org>2019-07-10 15:46:14 +0000
commit77fd7d3dc2e93b09452de0c6a06070bd4e31b234 (patch)
tree8e1b3f78743f443eab7f1a7d7c6a1b69d2fbc877 /sysutils/mstflint/Makefile
parent814e54bde9ec25e5414086ee7f26a1dcff5084ba (diff)
downloadports-77fd7d3dc2e93b09452de0c6a06070bd4e31b234.tar.gz
ports-77fd7d3dc2e93b09452de0c6a06070bd4e31b234.zip
sysutils/mstflint: create port
Mstflint - an open source version of MFT (Mellanox Firmware Tools) WWW: https://github.com/Mellanox/mstflint Tested by: slavash
Notes
Notes: svn path=/head/; revision=506357
Diffstat (limited to 'sysutils/mstflint/Makefile')
-rw-r--r--sysutils/mstflint/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/mstflint/Makefile b/sysutils/mstflint/Makefile
new file mode 100644
index 000000000000..9b13853969fa
--- /dev/null
+++ b/sysutils/mstflint/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= mstflint
+DISTVERSIONPREFIX= v
+DISTVERSION= 4.12.0-1
+CATEGORIES= sysutils
+
+MAINTAINER= swills@FreeBSD.org
+COMMENT= Mellanox Firmware Tools
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= autoreconf libtool
+
+GNU_CONFIGURE= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= Mellanox
+
+.include <bsd.port.mk>