Files
ports/audio/linux-c7-pulseaudio-utils/Makefile
T
Gleb Popov 5db943837b audio/linux-c7-pulseaudio-utils: Do not require libpulsecommon-10.0.so
It is somehow gets found just fine (rpath maybe?)
2025-04-21 09:27:37 +03:00

24 lines
595 B
Makefile

PORTNAME= pulseaudio
PORTVERSION= 10.0
DISTVERSIONSUFFIX= -6.el7_9
PORTREVISION= 2
CATEGORIES= audio linux
PKGNAMESUFFIX= -utils
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
WWW= https://pulseaudio.org/
USES= cpe linux:c7
USE_LDCONFIG= yes
NO_SHLIB_REQUIRES_GLOB= libpulsecommon-10.0.so:Linux*
USE_LINUX= xorglibs pulseaudio-libs
USE_LINUX_RPM= nolib
BIN_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>