summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-10-23 15:06:30 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-10-23 15:06:30 +0000
commit94f5af09382b9f7303a39650f17ab30d6d760818 (patch)
tree8b6f45ff1ca63c357328103f00d3684a109bf9ec /multimedia/totem-pl-parser/Makefile
parent- Update to 1.8.3. (diff)
Fix the build when libquvi is installed. [1]
Add optional depend on libquvi. PR: ports/161909 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Notes
Notes: svn path=/head/; revision=284178
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index fa13547cd6a1..55f3893eab11 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -29,4 +29,16 @@ USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+OPTIONS= QUVI "Enable flash media stream URL support" off
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_QUVI)
+LIB_DEPENDS+= quvi.7:${PORTSDIR}/multimedia/libquvi
+CONFIGURE_ARGS+=--enable-enable-quvi
+.else
+CONFIGURE_ARGS+=--enable-enable-quvi=no
+.endif
+
.include <bsd.port.mk>
+