5d26eafee1
New port for updated 10g Intel Ethernet Base Driver, based on net/intel-ixl-kmod as a master port. Compile and sanity tested using poudriere w/portlint Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D174431
20 lines
474 B
Makefile
20 lines
474 B
Makefile
# Created by: Sergey Kozlov <skozlov@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ix
|
|
PORTVERSION= 3.3.6
|
|
MASTER_SITE_SUBDIR= 14688/eng
|
|
|
|
MAINTAINER= freebsd@intel.com
|
|
COMMENT= 10 gigabit FreeBSD Base Driver for Intel(R) Network Connections
|
|
|
|
MANPAGENAME= ixgbe
|
|
MANPAGELINKS= ix if_ix if_ixgbe
|
|
|
|
MAX_NETMAP_OSVERSION= 1199999 # Doesn't build w/NETMAP on 12
|
|
|
|
MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
|
|
PKGDIR= ${.CURDIR}
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|