freebsd-ports/net/realtek-re-kmod/Makefile
Alexey Dokuchaev 61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00

24 lines
488 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
PORTNAME= re
DISTVERSION= v196.04
PORTREVISION= 3
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>