2007-02-12 12:57:30 +01:00
|
|
|
# New ports collection makefile for: clive
|
|
|
|
# Date created: 2007-02-11
|
|
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= clive
|
2009-05-25 23:16:34 +02:00
|
|
|
PORTVERSION= 2.1.14
|
2007-02-12 12:57:30 +01:00
|
|
|
CATEGORIES= multimedia
|
2009-02-23 21:19:53 +01:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2007-02-12 12:57:30 +01:00
|
|
|
|
2009-02-19 11:22:54 +01:00
|
|
|
MAINTAINER= legatvs@gmail.com
|
2008-12-21 22:13:50 +01:00
|
|
|
COMMENT= Video extraction utility for YouTube, GoogleVideo, and others
|
2007-02-12 12:57:30 +01:00
|
|
|
|
2009-05-17 18:42:11 +02:00
|
|
|
RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \
|
2009-02-07 23:53:47 +01:00
|
|
|
p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA \
|
|
|
|
p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser \
|
2009-03-17 17:09:13 +01:00
|
|
|
p5-WWW-Curl>=4.05:${PORTSDIR}/www/p5-WWW-Curl
|
2008-08-11 14:38:45 +02:00
|
|
|
|
2009-02-07 23:53:47 +01:00
|
|
|
# deskutils/ljclive, multimedia/clive1 (same executable/manpage/distfile name)
|
2009-02-25 14:49:58 +01:00
|
|
|
CONFLICTS= clive-[0-1]* ljclive-[0-9]*
|
2007-02-12 12:57:30 +01:00
|
|
|
|
2009-02-23 21:19:53 +01:00
|
|
|
OPTIONS= PASTE "Enable pasting from X clipboard" off \
|
2009-05-17 18:42:11 +02:00
|
|
|
CACHE "Enable cache" off \
|
2009-02-23 21:19:53 +01:00
|
|
|
PAGER "Enable pager for viewing cache entries" off \
|
|
|
|
EXPECT "Enable clivepass interface" off \
|
|
|
|
MANPAGE "Install manual page" on
|
2009-02-07 23:53:47 +01:00
|
|
|
|
2009-02-23 21:19:53 +01:00
|
|
|
PLIST_FILES= bin/clive
|
2008-03-19 15:33:49 +01:00
|
|
|
|
2009-04-04 21:11:12 +02:00
|
|
|
NO_BUILD= yes
|
2008-03-19 15:33:49 +01:00
|
|
|
USE_BZIP2= yes
|
2009-02-23 21:19:53 +01:00
|
|
|
USE_GMAKE= yes
|
2009-04-04 21:11:12 +02:00
|
|
|
USE_PERL5_RUN= 5.8.2+
|
2009-02-07 23:53:47 +01:00
|
|
|
|
2007-02-12 12:57:30 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-02-07 23:53:47 +01:00
|
|
|
.if defined(WITH_PASTE)
|
|
|
|
RUN_DEPENDS+= p5-Clipboard>=0.09:${PORTSDIR}/x11/p5-Clipboard
|
2007-02-12 12:57:30 +01:00
|
|
|
.endif
|
|
|
|
|
2009-05-17 18:42:11 +02:00
|
|
|
.if defined(WITH_CACHE)
|
|
|
|
RUN_DEPENDS+= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB
|
|
|
|
.endif
|
|
|
|
|
2009-02-23 21:19:53 +01:00
|
|
|
.if defined(WITH_PAGER)
|
2009-04-04 21:11:12 +02:00
|
|
|
RUN_DEPENDS+= p5-IO-Pager>=0.06:${PORTSDIR}/devel/p5-IO-Pager
|
2007-12-18 17:24:50 +01:00
|
|
|
.endif
|
|
|
|
|
2009-02-23 21:19:53 +01:00
|
|
|
.if defined(WITH_EXPECT)
|
2009-02-07 23:53:47 +01:00
|
|
|
RUN_DEPENDS+= p5-Expect>=1.21:${PORTSDIR}/lang/p5-Expect
|
2008-12-21 22:13:50 +01:00
|
|
|
.endif
|
|
|
|
|
2009-04-04 21:11:12 +02:00
|
|
|
.if defined(WITH_MANPAGE) && !defined(NO_INSTALL_MANPAGES)
|
2009-02-23 21:19:53 +01:00
|
|
|
MAKE_ENV= WITH_MAN=yes
|
|
|
|
MAN1= clive.1
|
|
|
|
.endif
|
|
|
|
|
2007-02-12 12:57:30 +01:00
|
|
|
.include <bsd.port.post.mk>
|