focused on low requirements. Its features are few and essential. cclive supports Youtube, GoogleVideo, Break, Liveleak, Sevenload, EvisorTV and Dailymotion. WWW: http://code.google.com/p/cclive/ PR: ports/131269 Submitted by: Toni Gundogdu <legatvs at gmail.com>
30 lines
535 B
Makefile
30 lines
535 B
Makefile
# Ports collection makefile for: cclive
|
|
# Date created: 1 February 2009
|
|
# Whom: Toni Gundogdu <legatvs@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cclive
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= multimedia net
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= legatvs@gmail.com
|
|
COMMENT= Lightweight command line video extraction utility
|
|
|
|
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
MAKE_ENV= WITH_MAN=yes
|
|
MAN1= cclive.1
|
|
.endif
|
|
|
|
MAKE_ENV+= V=1
|
|
|
|
PLIST_FILES= bin/cclive
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|