freebsd-ports/multimedia/linux_dvbwrapper-kmod/Makefile
Mikael Urankar c7dd5ca11a *: Linux emulation: add support for aarch64
PR:		256008
Submitted by:	Vincent Milum Jr (prior version)
Approved by:	emulation (maintainer timeout)
2022-01-17 15:47:28 +01:00

24 lines
465 B
Makefile

# Created by: nox@FreeBSD.org
PORTNAME= linux_dvbwrapper-kmod
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= multimedia
DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Linux compatibility layer - DVB ioctl handler
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>