1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/intel-ice-kmod/Makefile
2023-08-16 16:49:23 +02:00

24 lines
548 B
Makefile

PORTNAME= ice
PORTVERSION= 1.38.16
PORTEPOCH= 0
MASTER_SITES?= https://downloadmirror.intel.com/786082/
MAINTAINER= freebsd@intel.com
COMMENT= Intel® Network Adapter Driver for E810 Series Devices
MANPAGENAME= ice
MANPAGELINKS= if_ice
MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
PATCHDIR= ${.CURDIR}/files
PKGDIR= ${.CURDIR}
DISTINFO_FILE= ${.CURDIR}/distinfo
WRKSRC_SUBDIR=
OPTIONS_DEFINE= SRIOV
SRIOV_DESC= Enable SR-IOV support (experimental)
SRIOV_MAKE_ENV= SRIOV_ENABLE=1
SRIOV_MAKE_ENV_OFF= SRIOV_ENABLE=0
.include "${MASTERDIR}/Makefile"