summaryrefslogblamecommitdiff
path: root/multimedia/v4l_compat/Makefile
blob: 0cc0a0ff5a40e8d071e47e2c907ea0117c97ad77 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                         
                                      








                                                                       
# 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
MASTER_SITES=	# none
DISTFILES=	# none
DUMMYDATE=	20060801

MAINTAINER=	multimedia@FreeBSD.org
COMMENT=	Video4Linux compatibility header

NO_BUILD=	yes

do-install:
	${MKDIR} ${PREFIX}/include/linux/
	${INSTALL_DATA} ${FILESDIR}/videodev.h ${PREFIX}/include/linux/

.include <bsd.port.mk>