opnsense-ports/multimedia/linux_dvbwrapper-kmod/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
465 B
Makefile

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