mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
21 lines
355 B
Makefile
21 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>
|