freebsd-ports/net/intel-igb-kmod/Makefile
Muhammad Moinur Rahman e717a9367f net/intel-*-kmod: Remove MAX_NETMAP_OSVERSION
ALl the version mentioned here for MAX_NETMAP_OSVERSION are unsupported
by the ports tree. So remove the check and also remove the OPTION
NETMAP_AUTO.

Approved by:	portmgr (blanket)
2023-09-30 17:10:20 +02:00

18 lines
445 B
Makefile

PORTNAME= igb
PORTVERSION= 2.5.28
PORTREVISION= 0
PORTEPOCH= 0
MASTER_SITE_SUBDIR= 786099
MAINTAINER= freebsd@intel.com
COMMENT= NIC Driver for Intel(R) 82575/6 and 82580-Based cards
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
PKGDIR= ${.CURDIR}
DISTINFO_FILE= ${.CURDIR}/distinfo
PATCHDIR= ${.CURDIR}/files
.include "${MASTERDIR}/Makefile"