blob: e81b3754e02ba004320d42b2667c40593d8a672e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: options.mk,v 1.2 2008/04/12 22:42:58 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.normalize
PKG_SUPPORTED_OPTIONS= xmms
.include "../../mk/bsd.options.mk"
PLIST_VARS+= xmms
.if !empty(PKG_OPTIONS:Mxmms)
PLIST.xmms= yes
.include "../../audio/xmms/buildlink3.mk"
.endif
|