2009-02-09 18:21:25 +01:00
|
|
|
# Ports collection makefile for: cclive
|
|
|
|
# Date created: 1 February 2009
|
|
|
|
# Whom: Toni Gundogdu <legatvs@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cclive
|
2010-02-24 16:53:09 +01:00
|
|
|
PORTVERSION= 0.6.2
|
2010-04-03 12:44:36 +02:00
|
|
|
PORTREVISION= 2
|
2009-02-09 18:21:25 +01:00
|
|
|
CATEGORIES= multimedia net
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
|
|
|
|
MAINTAINER= legatvs@gmail.com
|
2009-08-29 01:29:35 +02:00
|
|
|
COMMENT= Lightweight command line video extraction tool
|
2009-02-09 18:21:25 +01:00
|
|
|
|
2010-04-03 12:44:36 +02:00
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
|
2010-02-12 15:27:49 +01:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre \
|
2010-03-27 23:45:16 +01:00
|
|
|
quvi.1:${PORTSDIR}/multimedia/quvi
|
2009-02-09 18:21:25 +01:00
|
|
|
|
2009-03-22 15:48:52 +01:00
|
|
|
MAN1= cclive.1
|
2009-02-09 18:21:25 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/cclive
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-03-27 23:42:59 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-02-12 15:27:49 +01:00
|
|
|
USE_GMAKE= yes
|
2009-05-10 20:24:28 +02:00
|
|
|
USE_GCC= 4.2+
|
2009-03-25 16:08:24 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-03-27 23:42:59 +01:00
|
|
|
USE_GNOME= pkgconfig
|
2009-02-09 18:21:25 +01:00
|
|
|
|
2009-03-22 15:48:52 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-08-29 01:29:35 +02:00
|
|
|
.if ${OSVERSION} < 700000
|
2009-10-17 09:07:38 +02:00
|
|
|
IGNORE= does not compile
|
2009-03-22 15:48:52 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|