aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rtsx-kmod/Makefile
blob: 1607642d63ed29acdbf13c1d62c8f3f867beab16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

PORTNAME=	rtsx
DISTVERSION=	${GH_TAGNAME}
PORTEPOCH=	1
CATEGORIES=	sysutils

MAINTAINER=	arrowd@FreeBSD.org
COMMENT=	FreeBSD driver for Realtec card readers

LICENSE=	BSD2CLAUSE

USES=		kmod uidfix

USE_GITHUB=	yes
GH_ACCOUNT=	hlh-restart
GH_TAGNAME=	2.0c

OPTIONS_DEFINE=	MMCCAM

MMCCAM_DESC=	Build for MMCCAM-enabled kernel
MMCCAM_CFLAGS=	-DRTSX_CAM

PLIST_FILES=	${KMODDIR}/rtsx.ko

.include <bsd.port.mk>