freebsd-ports/multimedia/cclive/Makefile
Sunpoet Po-Chuan Hsieh 679c892b91 - Update to 0.7.2
- Update MASTER_SITES and WWW
- Remove 6.x OSVERSION check

Changes:	http://sourceforge.net/apps/trac/cclive/wiki/ReleaseNotes
PR:		ports/154634
Submitted by:	sunpoet (myself)
Approved by:	Julien Laffaye <kimelto@gmail.com> (maintainer)
2011-02-10 14:09:52 +00:00

36 lines
770 B
Makefile

# Ports collection makefile for: cclive
# Date created: 1 February 2009
# Whom: Toni Gundogdu <legatvs@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cclive
PORTVERSION= 0.7.2
CATEGORIES= multimedia net
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} \
GOOGLE_CODE
MAINTAINER= kimelto@gmail.com
COMMENT= Lightweight command line video extraction tool
LIB_DEPENDS= boost_system.4:${PORTSDIR}/devel/boost-libs \
curl.6:${PORTSDIR}/ftp/curl \
pcre.0:${PORTSDIR}/devel/pcre \
quvi.3:${PORTSDIR}/multimedia/quvi
MAN1= cclive.1
PLIST_FILES= bin/cclive
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MANCOMPRESSED= yes
USE_CMAKE= yes
USE_GCC= 4.2+
LICENSE= GPLv3
post-patch:
@${REINPLACE_CMD} -e '/install / s|share/||' ${WRKSRC}/man1/CMakeLists.txt
.include <bsd.port.mk>