Files
ports/audio/linux-rl9-libogg/Makefile
T
Dima Panov 7dbd23b9e8 */*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00

22 lines
441 B
Makefile

PORTNAME= libogg
PORTVERSION= 1.3.4
DISTVERSIONSUFFIX= -6.el9
PORTREVISION= 1
CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Ogg bitstream library (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.xiph.org/ogg/
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
WANT_LINUX32= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>