2006-08-01 22:41:21 +02:00
|
|
|
# New ports collection makefile for: v4l_compat
|
|
|
|
# Date created: Aug 1 2006
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= v4l_compat
|
|
|
|
PORTVERSION= 1.0.${DUMMYDATE}
|
|
|
|
CATEGORIES= multimedia
|
2010-03-25 14:50:31 +01:00
|
|
|
MASTER_SITES= LOCAL/kwm
|
2006-08-01 22:41:21 +02:00
|
|
|
|
2007-01-22 13:06:18 +01:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2010-01-16 21:43:53 +01:00
|
|
|
COMMENT= Video4Linux IOCTL header files
|
2006-08-01 22:41:21 +02:00
|
|
|
|
2011-08-29 19:24:32 +02:00
|
|
|
DUMMYDATE= 20110720
|
|
|
|
|
2006-08-01 22:41:21 +02:00
|
|
|
NO_BUILD= yes
|
2011-06-25 19:26:46 +02:00
|
|
|
BASE_HEADERS= input.h uinput.h videodev.h videodev2.h
|
2010-03-25 14:50:31 +01:00
|
|
|
DVB_HEADERS= audio.h ca.h dmx.h frontend.h net.h osd.h version.h video.h
|
2006-08-01 22:41:21 +02:00
|
|
|
|
|
|
|
do-install:
|
2010-03-25 14:50:31 +01:00
|
|
|
${MKDIR} ${PREFIX}/include/linux/dvb
|
|
|
|
.for file in ${BASE_HEADERS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/linux/
|
|
|
|
.endfor
|
|
|
|
.for file in ${DVB_HEADERS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/dvb/${file} ${PREFIX}/include/linux/dvb/
|
|
|
|
.endfor
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
|
2006-08-01 22:41:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|