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>
|