It *appears* that this code and sys/dev/re/if_re.c have common ancestry but this is not obvious to a casual observer. ISTM there would be a very significant merge/re-engineering effort to produce a superset. Approved by: portmgr (tier-2 blanket)
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= re
|
|
DISTVERSION= v196.04
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= LOCAL/ale
|
|
PKGNAMEPREFIX= realtek-
|
|
PKGNAMESUFFIX= -kmod
|
|
DISTNAME= rtl_bsd_drv_${DISTVERSION}
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= Kernel driver for Realtek PCIe Ethernet Controllers
|
|
|
|
LICENSE= BSD4CLAUSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
ONLY_FOR_ARCHS_REASON= uses X86-specific code
|
|
|
|
USES= kmod tar:tgz uidfix
|
|
|
|
PLIST_FILES= ${KMODDIR}/if_re.ko
|
|
|
|
.include <bsd.port.mk>
|