76b4d936ac
stream URLs. It originates from the idea of working around the flash requirement found on many media hosting websites (e.g. YouTube). ok aja@
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/11 15:21:24 jasper Exp $
|
|
|
|
COMMENT= library to parse flash media stream URLs
|
|
|
|
DISTNAME= libquvi-0.4.0
|
|
SHARED_LIBS += quvi 0.0 # 7.0
|
|
|
|
MODULES= devel/gettext \
|
|
lang/lua
|
|
|
|
WANTLIB += crypto curl idn lua m ssl z
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= net/quvi/scripts
|
|
LIB_DEPENDS= net/curl
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
|
--with-manual
|
|
# only needed for tests we don't install
|
|
CONFIGURE_ARGS+=--disable-soup
|
|
|
|
.include <bsd.port.mk>
|