mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
21 lines
536 B
Makefile
21 lines
536 B
Makefile
PORTNAME= pulseaudio
|
|
PORTVERSION= 15.0
|
|
DISTVERSIONSUFFIX= -2.el9
|
|
CATEGORIES= audio linux
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Utils for PulseAudio clients (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://pulseaudio.org/
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= xorglibs pulseaudio-libs
|
|
USE_LINUX_RPM= nolib
|
|
|
|
BIN_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|