freebsd-ports/multimedia/cclive/Makefile
Nicola Vitale 507f7bebca cclive is a command line video extraction utility similar to clive but
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>
2009-02-09 17:21:25 +00:00

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>