forked from Lainports/freebsd-ports
from mstflint (mstflint, mstconfig, mstfwmanager and mstlink). PR: 242038 Approved by: hselasky (maintainer timeout) Sponsored by: Netflix
14 lines
258 B
Makefile
14 lines
258 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices (lite version)
|
|
|
|
CONFLICTS_INSTALL= mstflint
|
|
|
|
LITE= yes
|
|
MASTERDIR= ${.CURDIR}/../mstflint
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|