blob: 3403ba575ea54c6aea4df2ead03926f89f45f3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Toni Gundogdu <legatvs@gmail.com>
# $FreeBSD$
PORTNAME= cclive
PORTVERSION= 0.7.16
PORTREVISION= 12
CATEGORIES= multimedia net
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Lightweight command line video extraction tool
LICENSE= GPLv3
BROKEN_powerpc64= fails to configure: cannot find the flags to link with Boost date_time
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl \
libpcre.so:devel/pcre \
libquvi.so:multimedia/libquvi
USES= pkgconfig tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE}
PLIST_FILES= bin/ccl \
bin/cclive \
man/man1/cclive.1.gz
.include <bsd.port.mk>
|