1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net/intel-ix-kmod/Makefile
Kevin Bowling 0c2c3bfcde net/intel-ix-kmod: Update to 3.3.24
PR:		254951
Reported by:	Newton Terry <newton.ja.terry@gmail.com>
Approved by:	erj (intel)
2021-04-21 17:32:39 -07:00

37 lines
977 B
Makefile

# Created by: Sergey Kozlov <skozlov@FreeBSD.org>
PORTNAME= ix
PORTVERSION= 3.3.24
PORTEPOCH= 0
MASTER_SITES?= https://downloadmirror.intel.com/14688/eng/ \
http://downloadmirror.intel.com/14688/eng/ \
https://downloadmirror.intel.com/29625/eng/:man \
http://downloadmirror.intel.com/29625/eng/:man
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${_MAN_SOURCE}${EXTRACT_SUFX}:man
_MAN_SOURCE= ${PORTNAME}-3.3.10
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= 9999999
MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
PKGDIR= ${.CURDIR}
DISTINFO_FILE= ${.CURDIR}/distinfo
OPTIONS_DEFINE= SRIOV
SRIOV_DESC= Enable SR-IOV support (experimental)
post-patch-SRIOV-on:
@${SED} -i '' 's|SRIOV_ENABLE = 0|SRIOV_ENABLE = 1|g' ${WRKSRC}/Makefile
pre-install:
${CP} ${WRKDIR}/${_MAN_SOURCE}/src/${MANPAGENAME}.4 ${WRKSRC}
.include "${MASTERDIR}/Makefile"