diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-11 02:24:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-11 02:24:28 +0800 |
commit | b282b06847d05fa4acc789595808b48b48676f9b (patch) | |
tree | ebb7a7cf684ec6b05ae7e4fb421e557206ba58f1 /multimedia/cclive/Makefile | |
parent | 14e3c73099c35631b80f9a033d9fb10fa7a128fd (diff) | |
download | freebsd-ports-gnome-b282b06847d05fa4acc789595808b48b48676f9b.tar.gz freebsd-ports-gnome-b282b06847d05fa4acc789595808b48b48676f9b.tar.zst freebsd-ports-gnome-b282b06847d05fa4acc789595808b48b48676f9b.zip |
- Update to 0.4.2
PR: 134384
Submitted by: legatvs <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive/Makefile')
-rw-r--r-- | multimedia/cclive/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 778684dc77d1..503f6d1890b8 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cclive -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.2 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE @@ -15,8 +15,8 @@ COMMENT= Lightweight command line video extraction utility LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl -OPTIONS= TITLE "Enable video title parsing (req. Perl)" off \ - SIGWINCH "Enable SIGWINCH handling; resize progressbar" on +OPTIONS= PERL "Embed Perl interpreter" off \ + SIGWINCH "Handle SIGWINCH" on MAN1= cclive.1 @@ -24,19 +24,20 @@ PLIST_FILES= bin/cclive USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GCC= 4.2+ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig .include <bsd.port.pre.mk> -.if defined(WITH_TITLE) +.if defined(WITH_PERL) CONFIGURE_ARGS+=--with-perl USE_PERL5= 5.8.2+ RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser .endif .if defined(WITH_SIGWINCH) -CONFIGURE_ARGS+= --with-sigwinch +CONFIGURE_ARGS+= --enable-sigwinch .endif .include <bsd.port.post.mk> |