blob: 57d49a5f5db9d1d136b124f0a0a9a05ff509d267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
|