mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
The base system will soon require all copyout() calls to have explicit handling of return values. PR: 275986 Approved by: antoine
23 lines
477 B
Makefile
23 lines
477 B
Makefile
PORTNAME= linux_dvbwrapper-kmod
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Linux compatibility layer - DVB ioctl handler
|
|
WWW= https://people.freebsd.org/~nox/dvb/
|
|
|
|
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
|
|
|
USES= kmod uidfix
|
|
|
|
PLIST_FILES= ${KMODDIR}/linux_dvbwrapper.ko
|
|
|
|
CFLAGS+= ${DEBUG_FLAGS}
|
|
|
|
do-extract:
|
|
@${MKDIR} ${WRKSRC}
|
|
@${CP} ${FILESDIR}/Makefile ${FILESDIR}/*.[ch] ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|