mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
964d393c3f
While at it, update the pkg-descr and COMMENT. Approved by: @swills Reviewed by: @swills
22 lines
355 B
Makefile
22 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mstflint
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.12.0-1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= slavash@FreeBSD.org
|
|
COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Mellanox
|
|
|
|
.include <bsd.port.mk>
|