mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
31 lines
823 B
Makefile
31 lines
823 B
Makefile
PORTNAME= ix
|
|
PORTVERSION= 3.3.35
|
|
PORTEPOCH= 0
|
|
MASTER_SITES?= https://downloadmirror.intel.com/786094/ \
|
|
https://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
|
|
|
|
MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
|
|
PATCHDIR= ${.CURDIR}/files
|
|
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"
|