pkgsrc/audio/sndfile-tools/options.mk
nia 5820081841 audio: Add sndfile-tools
sndfile-tools is a small collection of programs that use libsndfile and
other libraries to do useful things.

The collection currently includes the following programs:

- sndfile-generate-chirp
- sndfile-jackplay
- sndfile-mix-to-mono
- sndfile-resample
- sndfile-spectrogram
- sndfile-waveform
2020-05-09 09:55:31 +00:00

15 lines
348 B
Makefile

# $NetBSD: options.mk,v 1.1 2020/05/09 09:55:32 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sndfile-tools
PKG_SUPPORTED_OPTIONS= jack
PKG_SUGGESTED_OPTIONS= jack
.include "../../mk/bsd.options.mk"
PLIST_VARS+= jack
.if !empty(PKG_OPTIONS:Mjack)
PLIST.jack= yes
. include "../../audio/jack/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-jack
.endif