diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-28 06:42:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-28 06:42:59 +0800 |
commit | 13e7f68048d691d3f93c0818445cd2648683e23b (patch) | |
tree | 6ca08ac988a44e8a160d8e498f5132c987e15281 /multimedia/cclive/Makefile | |
parent | 7338dd3a8cc77766b167367df95edf1452dc1778 (diff) | |
download | freebsd-ports-gnome-13e7f68048d691d3f93c0818445cd2648683e23b.tar.gz freebsd-ports-gnome-13e7f68048d691d3f93c0818445cd2648683e23b.tar.zst freebsd-ports-gnome-13e7f68048d691d3f93c0818445cd2648683e23b.zip |
- Update to 0.3.0
PR: 133132
Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive/Makefile')
-rw-r--r-- | multimedia/cclive/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index d6bc9175e9fb..9c436e2c3391 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cclive -PORTVERSION= 0.2.6 +PORTVERSION= 0.3.0 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE @@ -18,27 +18,25 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl OPTIONS= TITLE "Enable video title parsing (req. Perl)" off \ SIGWINCH "Enable SIGWINCH handling; resize progressbar" on -MAKE_ENV= V=1 MAN1= cclive.1 PLIST_FILES= bin/cclive USE_BZIP2= yes -USE_GMAKE= yes +GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +USE_GNOME= pkgconfig .include <bsd.port.pre.mk> -MAKE_ENV+= WITH_MAN=yes - .if defined(WITH_TITLE) -MAKE_ENV+= WITH_PERL=yes +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) -MAKE_ENV+= WITH_SIGWINCH=yes +CONFIGURE_ARGS+= --with-sigwinch .endif .include <bsd.port.post.mk> |