mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
18 lines
419 B
Makefile
18 lines
419 B
Makefile
PORTNAME= iavf
|
|
PORTVERSION= 3.0.31
|
|
PORTEPOCH= 0
|
|
MASTER_SITES?= https://downloadmirror.intel.com/772533/
|
|
|
|
MAINTAINER= freebsd@intel.com
|
|
COMMENT= 40G and 100G FreeBSD Driver for Virtual Function for Intel NIC
|
|
|
|
MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PKGDIR= ${.CURDIR}
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
WRKSRC_SUBDIR=
|
|
MANPAGENAME= iavf
|
|
MANPAGELINKS= if_iavf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|