Tweak audio/mp3splt version 2.6.2
[dports.git] / audio / sndio / Makefile
1 # Created by: Tobias Kortkamp <t@tobik.me>
2 # $FreeBSD$
3
4 PORTNAME=       sndio
5 PORTVERSION=    1.2.0
6 CATEGORIES=     audio
7 MASTER_SITES=   http://www.sndio.org/
8
9 MAINTAINER=     t@tobik.me
10 COMMENT=        Small audio and MIDI framework from the OpenBSD project
11
12 LICENSE=        ISCL
13
14 HAS_CONFIGURE=  yes
15 CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man
16
17 USE_LDCONFIG=   yes
18 USE_RC_SUBR=    sndiod
19
20 USERS=          _sndio
21 GROUPS=         _sndio
22
23 # Parallel build leads to problems, but sndio is very quick to compile
24 # as is so not worth fixing
25 MAKE_JOBS_UNSAFE=       yes
26
27 post-install:
28         @${STRIP_CMD} \
29                 ${STAGEDIR}${PREFIX}/lib/libsndio.so.6.1 \
30                 ${STAGEDIR}${PREFIX}/bin/sndiod \
31                 ${STAGEDIR}${PREFIX}/bin/aucat \
32                 ${STAGEDIR}${PREFIX}/bin/midicat
33
34 .include <bsd.port.mk>