mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b244dc086c
- Cosmetic fixes
26 lines
469 B
Makefile
26 lines
469 B
Makefile
# Created by: nox@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
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= 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>
|