1c2b6b2be0
`pulseaudio --version` fails to run on armv6/armv7 because etc/pulse/daemon.conf generation fails and still has m4 macros embedded in it. Get the PulseAudio version from pkg-config instead. PR: 208535 Reported by: linimon
25 lines
487 B
Makefile
25 lines
487 B
Makefile
# Created by: Tobias Kortkamp <t@tobik.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pulseaudio-module-sndio
|
|
DISTVERSION= 10.99.1
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Sndio module for PulseAudio
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libsndio.so:audio/sndio \
|
|
libpulse.so:audio/pulseaudio
|
|
|
|
USES= pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= t6
|
|
|
|
PULSE_MODDIR= `pkg-config --variable=modlibexecdir libpulse`
|
|
PLIST_FILES= ${PULSE_MODDIR}/module-sndio.so
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|