mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
32 lines
641 B
Makefile
32 lines
641 B
Makefile
# Created by: Toni Gundogdu <legatvs@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cclive
|
|
PORTVERSION= 0.7.11
|
|
PORTREVISION= 3
|
|
CATEGORIES= multimedia net
|
|
MASTER_SITES= SF/${PORTNAME}/0.7 \
|
|
GOOGLE_CODE
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= Lightweight command line video extraction tool
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \
|
|
curl:${PORTSDIR}/ftp/curl \
|
|
pcre.3:${PORTSDIR}/devel/pcre \
|
|
quvi.7:${PORTSDIR}/multimedia/libquvi
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-boost=${LOCALBASE}
|
|
USES= pkgconfig
|
|
USE_XZ= yes
|
|
|
|
MAN1= cclive.1
|
|
PLIST_FILES= bin/ccl \
|
|
bin/cclive
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|