forked from Lainports/freebsd-ports
Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
24 lines
523 B
Makefile
24 lines
523 B
Makefile
PORTNAME= libtheora
|
|
PORTVERSION= 1.1.1
|
|
DISTVERSIONSUFFIX= -31.el9
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Theora Video Compression Codec (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://www.theora.org/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|