aboutsummaryrefslogtreecommitdiff
path: root/multimedia/linux-f10-libv4l/Makefile
blob: 9a78859ea548f584477f9af7bf4275024250aea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	multimedia/linux-f10-libv4l
# Date created:				2011-04-14
# Whom:					bsam
#
# $FreeBSD$
#

PORTNAME=	libv4l
PORTVERSION=	0.6.2
CATEGORIES=	multimedia linux
PKGNAMEPREFIX=	linux-f10-
DISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Collection of video4linux support libraries (Fedora 10)

USE_LINUX_RPM=	yes
LINUX_DIST_VER=	10
RPMVERSION=	1.fc10
USE_LDCONFIG=	yes
PLIST_SUB+=	PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>