1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/audio/sndio/Makefile
2021-06-20 07:50:53 +02:00

36 lines
820 B
Makefile

PORTNAME= sndio
PORTVERSION= 1.8.1
CATEGORIES= audio
MASTER_SITES= https://sndio.org/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Small audio and MIDI framework from the OpenBSD project
LICENSE= ISCL
USE_LDCONFIG= yes
USE_RC_SUBR= sndiod
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --default-dev="rsnd/default" \
--prefix=${PREFIX}
# Parallel build leads to problems, but sndio is very quick to compile
# as is so not worth fixing
MAKE_JOBS_UNSAFE= yes
USERS= _sndio
GROUPS= _sndio
post-patch:
# Make sure sndiod can be started inside jails as root
@${REINPLACE_CMD} 's|err(1, "setpriority")|warn("setpriority")|' \
${WRKSRC}/sndiod/sndiod.c
post-install:
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} \
aucat midicat sndioctl sndiod
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsndio.so.7.1
.include <bsd.port.mk>