pkgsrc/audio/libopenmpt/options.mk
wiz 1aa69c6d3f Import libopenmpt-0.2.4115beta5 as audio/libopenmpt.
OpenMPT based module player library and libopenmpt based command-line
player

libopenmpt is a cross-platform C++ and C library to decode tracked
music files (modules) into a raw PCM audio stream.

openmpt123 is a cross-platform command-line or terminal based module
file player.

libopenmpt is based on the player code of the Open ModPlug Tracker
project (OpenMPT, http://openmpt.org/). In order to avoid code base
fragmentation, libopenmpt is developed in the same source code
repository as OpenMPT.
2014-08-26 10:44:15 +00:00

19 lines
465 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/08/26 10:44:15 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libopenmpt
PKG_SUPPORTED_OPTIONS= flac sndfile wavpack
PKG_SUGGESTED_OPTIONS= sndfile
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mflac)
.include "../../audio/flac/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Msndfile)
.include "../../audio/libsndfile/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mwavpack)
.include "../../audio/wavpack/buildlink3.mk"
.endif