144e2930d7
use FLAVOR=lua52 to use lua 5.2 with these ports.
29 lines
585 B
Makefile
29 lines
585 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/07/10 15:22:45 jasper Exp $
|
|
|
|
COMMENT= library to parse flash media stream URLs
|
|
|
|
DISTNAME= libquvi-0.4.0
|
|
REVISION= 2
|
|
SHARED_LIBS += quvi 0.0 # 7.0
|
|
|
|
MODULES= devel/gettext \
|
|
lang/lua
|
|
|
|
WANTLIB += crypto curl idn ${MODLUA_WANTLIB} m ssl z
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= net/quvi/scripts
|
|
LIB_DEPENDS= net/curl \
|
|
${MODLUA_LIB_DEPENDS}
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
MODLUA_SA= Yes
|
|
|
|
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
|
--with-manual
|
|
# only needed for tests we don't install
|
|
CONFIGURE_ARGS+=--disable-soup
|
|
|
|
.include <bsd.port.mk>
|