summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/options.mk
blob: b66752a96c5b4ae7e81ac8374ad46edccc686420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: options.mk,v 1.2.2.2 2016/06/19 17:03:04 spz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.xine-lib

PKG_SUPPORTED_OPTIONS=	dts

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

# Marked NO_BIN_ON_*.  Only enable if you don't want to distribute packages.
PLIST_VARS+=		dts
.if !empty(PKG_OPTIONS:Mdts)
.include "../../audio/libdca/buildlink3.mk"
PLIST.dts=		yes
.else
CONFIGURE_ARGS+=	--disable-dts
.endif