aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cclive/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-02-10 14:09:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-02-10 14:09:52 +0000
commit679c892b919c2fa220ad519aebdffca68e077a6e (patch)
treeac5f718e81ff824c0f4c4c8286ce51b063fb3faa /multimedia/cclive/Makefile
parentfb124c40bfd3dfa48f8cd703e836280d39b1c053 (diff)
downloadports-679c892b919c2fa220ad519aebdffca68e077a6e.tar.gz
ports-679c892b919c2fa220ad519aebdffca68e077a6e.zip
- Update to 0.7.2
- Update MASTER_SITES and WWW - Remove 6.x OSVERSION check Changes: http://sourceforge.net/apps/trac/cclive/wiki/ReleaseNotes PR: ports/154634 Submitted by: sunpoet (myself) Approved by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=268875
Diffstat (limited to 'multimedia/cclive/Makefile')
-rw-r--r--multimedia/cclive/Makefile26
1 files changed, 11 insertions, 15 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile
index dce6875f643d..d1181de02fcc 100644
--- a/multimedia/cclive/Makefile
+++ b/multimedia/cclive/Makefile
@@ -6,35 +6,31 @@
#
PORTNAME= cclive
-PORTVERSION= 0.6.5
-PORTREVISION= 1
+PORTVERSION= 0.7.2
CATEGORIES= multimedia net
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} \
+ GOOGLE_CODE
MAINTAINER= kimelto@gmail.com
COMMENT= Lightweight command line video extraction tool
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
+LIB_DEPENDS= boost_system.4:${PORTSDIR}/devel/boost-libs \
+ curl.6:${PORTSDIR}/ftp/curl \
pcre.0:${PORTSDIR}/devel/pcre \
quvi.3:${PORTSDIR}/multimedia/quvi
MAN1= cclive.1
-
PLIST_FILES= bin/cclive
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GCC= 4.2+
MAKE_JOBS_SAFE= yes
-USE_GNOME= pkgconfig
+MANCOMPRESSED= yes
+USE_CMAKE= yes
+USE_GCC= 4.2+
LICENSE= GPLv3
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-IGNORE= does not compile
-.endif
+post-patch:
+ @${REINPLACE_CMD} -e '/install / s|share/||' ${WRKSRC}/man1/CMakeLists.txt
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>