aboutsummaryrefslogtreecommitdiff
path: root/net/intel-em-kmod/Makefile
blob: 5f2d735686e3ad3541f3c2003f16f384c7c4d142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Franco Fichtner <franco@opnsense.org>
# $FreeBSD$

PORTNAME=	em
PORTVERSION=	7.7.8
PORTREVISION=	0
PORTEPOCH=	0
MASTER_SITE_SUBDIR=	17509/eng

MAINTAINER=	freebsd@intel.com
COMMENT=	Gigabit FreeBSD Base Drivers for Intel(R) Ethernet

BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99

MAX_NETMAP_OSVERSION=	1199999  # Doesn't build w/NETMAP on 12

MASTERDIR=	${.CURDIR}/../intel-ixl-kmod
PKGDIR=		${.CURDIR}
DISTINFO_FILE=	${.CURDIR}/distinfo
PATCHDIR=	${.CURDIR}/files

.include "${MASTERDIR}/Makefile"