blob: f6e69a0fdd62d12618d2d584b33cfbe1f63ba972 (
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
24
25
26
27
|
PORTNAME= libvpx
PORTVERSION= 1.9.0
DISTVERSIONSUFFIX= -9.el9_6
PORTREVISION= 3
CATEGORIES= multimedia linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= VP8/VP9 reference encoder/decoder (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.webmproject.org/
LICENSE= BSD3CLAUSE
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
WANT_LINUX32= yes
LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL}
SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|