summaryrefslogtreecommitdiff
path: root/misc/py-anki2/options.mk
blob: e346dc5d898faa902957f84d5a3a92f7e8a1221b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: options.mk,v 1.1 2014/10/20 10:22:19 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.py-anki2
PKG_SUPPORTED_OPTIONS=	lame mplayer portaudio

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mlame)
DEPENDS+=	lame-[0-9]*:../../audio/lame
.endif

.if !empty(PKG_OPTIONS:Mmplayer)
DEPENDS+=	mplayer-[0-9]*:../../multimedia/mplayer
.endif

.if !empty(PKG_OPTIONS:Mportaudio)
DEPENDS+=	portaudio-devel-[0-9]*:../../audio/portaudio-devel
.endif