forked from Lainports/opnsense-ports
21 lines
495 B
Makefile
21 lines
495 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libv4l
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= multimedia linux
|
|
SRC_DISTFILES= v4l-utils-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Collection of video4linux support libraries (CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
|
|
|
|
RPMVERSION= 4.el7
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|