60764ff075
These ports reference the pkg-descr file of some other port and used to get the WWW entry from that other port's file. Reported by: dan@langille.org (Dan Langille)
24 lines
513 B
Makefile
24 lines
513 B
Makefile
PORTNAME= libv4l
|
|
PORTVERSION= 0.9.5
|
|
DISTVERSIONSUFFIX= -4.el7
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Video4Linux library (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= https://linuxtv.org/wiki/index.php/V4l-utils
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
SRC_DISTFILES= v4l-utils-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|