aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/linux-c6-libv4l/Makefile
blob: dbc492065e665d6329030f0fd34338c619974276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: bsam
# $FreeBSD$

PORTNAME=   libv4l
PORTVERSION=    0.6.3
PORTREVISION=   1
CATEGORIES= multimedia linux

MAINTAINER= emulation@FreeBSD.org
COMMENT=    Collection of video4linux support libraries (CentOS 6)

CONFLICTS=  linux-f10-libv4l-[0-9]*

USES=       linux:c6
USE_LINUX_RPM=  yes
RPMVERSION= 2.el6
USE_LDCONFIG=   yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>