1 # Template file for 'aucatctl'
5 build_style=gnu-makefile
6 make_install_args="MAN1_DIR=/usr/share/man/man1"
7 makedepends="sndio-devel"
8 short_desc="Control aucat and/or sndiod volume through MIDI"
9 maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
11 homepage="http://www.sndio.org/"
12 distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
13 checksum=524f2fae47db785234f166551520d9605b9a27551ca438bd807e3509ce246cf0
15 case "$XBPS_TARGET_MACHINE" in
19 makedepends+=" libbsd-devel"
20 make_build_args="LDADD=-lbsd LDADD+=-lsndio"
25 sed -n '/Copyright/,/PERFORMANCE/p' <aucatctl.c >LICENSE