summaryrefslogtreecommitdiffstats
path: root/multimedia/libquvi/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
commitdfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch)
tree3c84ec64b1dd1a9a2618a75efa664a18033890bd /multimedia/libquvi/Makefile
parentd0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff)
downloadmarcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/libquvi/Makefile')
-rw-r--r--multimedia/libquvi/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile
new file mode 100644
index 000000000..1fa30cc31
--- /dev/null
+++ b/multimedia/libquvi/Makefile
@@ -0,0 +1,43 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= libquvi
+PORTVERSION= 0.9.4
+CATEGORIES= multimedia devel
+MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
+ GOOGLE_CODE
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Cross-platform library for parsing flash media stream URLs
+
+LICENSE= AGPLv3
+
+BUILD_DEPENDS= libquvi-scripts>=0.9:${PORTSDIR}/multimedia/libquvi-scripts
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libproxy.so:${PORTSDIR}/net/libproxy \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+OPTIONS_DEFINE= DOCS
+
+PORTSCOUT= limit:0.4.[0-9]*
+
+USES= iconv lua pathfix pkgconfig tar:xz
+USE_GNOME= glib20
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+
+QUVI_VER= 0.9
+PLIST_SUB+= VERSION=${QUVI_VER}
+
+PROJECTHOST= quvi
+
+post-patch:
+ @${REINPLACE_CMD} 's/lua-5.1/lua-${LUA_VER}/g' ${WRKSRC}/configure
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libquvi-*.so
+
+.include <bsd.port.mk>