freebsd-ports/net/intel-ix-kmod/Makefile
Serhii (Sergey) Kozlov 5d26eafee1 0~net/intel-ix-kmod: New port for 10g Intel Ethernet Base Driver
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
2018-10-12 13:12:52 +00:00

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"