pkgbase: Create a mlx-tools package

mlx* are only useful for users who have a Mellanox card.
Create a package for it so users that don't have this card can
avoid having this program.

Differential Revision:	https://reviews.freebsd.org/D31795
This commit is contained in:
Emmanuel Vadot 2021-09-01 19:12:09 +02:00
parent b8876cac2d
commit 80645e1ce5
3 changed files with 6 additions and 0 deletions

View file

@ -63,6 +63,8 @@ kernel_COMMENT= FreeBSD Kernel
kernel_DESC= FreeBSD Kernel
manuals_COMMENT= Manual Pages
manuals_DESC= Manual Pages
mlx-tools_COMMENT= Mellanox Utilities
mlx-tools_DESC= Mellanox Utilities
nfs_COMMENT= NFS Utilities
nfs_DESC= NFS Utilities
openssl_COMMENT= OpenSSL Library and Utility

View file

@ -1,5 +1,7 @@
# $FreeBSD$
PACKAGE= mlx-tools
PROG= mlx5tool
MAN= mlx5tool.8

View file

@ -1,5 +1,7 @@
# $FreeBSD$
PACKAGE= mlx-tools
PROG= mlxcontrol
MAN= mlxcontrol.8
SRCS= command.c config.c interface.c util.c