freebsd-ports/multimedia/cclive/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00

30 lines
633 B
Makefile

# Created by: Toni Gundogdu <legatvs@gmail.com>
# $FreeBSD$
PORTNAME= cclive
PORTVERSION= 0.7.16
PORTREVISION= 5
CATEGORIES= multimedia net
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Lightweight command line video extraction tool
LICENSE= GPLv3
BROKEN_powerpc64= Does not build
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>