diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-08 00:03:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-08 00:03:35 +0800 |
commit | 9ece0117c9b3ae8695fef10a1bda3a03f39f2ee3 (patch) | |
tree | 31cc7c9117f9cc0c5ff47e3c9c08bade9bc0c912 /multimedia/quvi/Makefile | |
parent | 71d1abb82c8b35949dabc45943000c7dd0cc10e9 (diff) | |
download | freebsd-ports-gnome-9ece0117c9b3ae8695fef10a1bda3a03f39f2ee3.tar.gz freebsd-ports-gnome-9ece0117c9b3ae8695fef10a1bda3a03f39f2ee3.tar.zst freebsd-ports-gnome-9ece0117c9b3ae8695fef10a1bda3a03f39f2ee3.zip |
- Update to 0.4.0
- Update pkg-descr
Changes: http://repo.or.cz/w/quvi-tool.git/blob_plain/HEAD:/NEWS
http://sourceforge.net/mailarchive/forum.php?thread_name=20111005195602.001f888f%40gmail.com&forum_name=quvi-announce
Diffstat (limited to 'multimedia/quvi/Makefile')
-rw-r--r-- | multimedia/quvi/Makefile | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile index 4f35aae8ad9a..6c8685bd7037 100644 --- a/multimedia/quvi/Makefile +++ b/multimedia/quvi/Makefile @@ -6,43 +6,25 @@ # PORTNAME= quvi -PORTVERSION= 0.2.19 +PORTVERSION= 0.4.0 CATEGORIES= multimedia devel -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/ \ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Query video library for Youtube like websites +COMMENT= Command line tool for parsing flash media stream URLs LICENSE= GPLv3 +BUILD_DEPENDS= libquvi>=${PORTVERSION}:${PORTSDIR}/multimedia/libquvi LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +RUN_DEPENDS= libquvi>=${PORTVERSION}:${PORTSDIR}/multimedia/libquvi -OPTIONS= NSFW "Enable adult website support" off - -CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig -USE_ICONV= yes -USE_LDCONFIG= yes -USE_LUA= yes +USE_GNOME= pkgconfig USE_XZ= yes MAN1= quvi.1 - -.include <bsd.port.options.mk> - -.if defined(WITH_NSFW) -CONFIGURE_ARGS+=--enable-nsfw -PLIST_SUB+= NSFW="" -.else -PLIST_SUB+= NSFW="@comment " -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ - cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${DOCSDIR}/ -.endif +PLIST_FILES= bin/quvi .include <bsd.port.mk> |