28 lines
657 B
Makefile
28 lines
657 B
Makefile
PORTNAME= libvpx
|
|
PORTVERSION= 1.9.0
|
|
DISTVERSIONSUFFIX= -10.el9_7
|
|
PORTREVISION= 4
|
|
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>
|