freebsd-ports/multimedia/cclive/Makefile
2012-05-14 21:58:02 +00:00

32 lines
681 B
Makefile

# Ports collection makefile for: cclive
# Date created: 1 February 2009
# Whom: Toni Gundogdu <legatvs@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cclive
PORTVERSION= 0.7.9
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.4:${PORTSDIR}/devel/boost-libs \
curl.6:${PORTSDIR}/ftp/curl \
pcre.1:${PORTSDIR}/devel/pcre \
quvi.7:${PORTSDIR}/multimedia/libquvi
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-boost=${LOCALBASE}
MAKE_JOBS_SAFE= yes
USE_XZ= yes
MAN1= cclive.1
PLIST_FILES= bin/cclive
.include <bsd.port.mk>