mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
15 lines
278 B
Makefile
15 lines
278 B
Makefile
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices (lite version)
|
|
|
|
CONFLICTS_INSTALL= mstflint
|
|
|
|
LITE= yes
|
|
MASTERDIR= ${.CURDIR}/../mstflint
|
|
|
|
PIE_UNSAFE= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|