need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / allegro / options.mk
1 # $NetBSD: options.mk,v 1.1 2005/06/01 14:29:58 wiz Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.allegro
4 PKG_SUPPORTED_OPTIONS=  esound
5
6 .include "../../mk/bsd.options.mk"
7
8 PLIST_VARS+=            esound
9
10 .if !empty(PKG_OPTIONS:Mesound)
11 CONFIGURE_ARGS+=        --enable-esddigi
12 PLIST.esound=           yes
13 .include "../../audio/esound/buildlink3.mk"
14 .endif