ports/multimedia/linux_dvbwrapper-kmod/Makefile
Mark Johnston e6728be275 multimedia/linux_dvbwrapper: Add error handling for copyout() calls
The base system will soon require all copyout() calls to have explicit
handling of return values.

PR:		275986
Approved by:	antoine
2024-01-02 20:00:31 -05:00

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>