pkgsrc-wip/xfce4-xmms-plugin/options.mk
Martti Kuparinen 897efcfed5 pkglint -Wall
2007-04-12 05:35:11 +00:00

17 lines
533 B
Makefile

# $NetBSD: options.mk,v 1.2 2007/04/12 05:35:11 marttikuparinen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-xmms-plugin
PKG_SUPPORTED_OPTIONS=
PKG_OPTIONS_REQUIRED_GROUPS+= xfce4-xmms-plugin-player
PKG_OPTIONS_GROUP.xfce4-xmms-plugin-player= xmms bmp audacious
PKG_SUGGESTED_OPTIONS= xmms
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Maudacious)
.include "../../wip/audacious/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mbmp)
.include "../../audio/bmp/buildlink3.mk"
.else
.include "../../audio/xmms/buildlink3.mk"
.endif