mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
25 lines
504 B
Makefile
25 lines
504 B
Makefile
# 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>
|