57d6a857ef
cclive is a tool for downloading media from YouTube and similar websites. It has a low memory footprint compared to other existing tools. ok sthen@
30 lines
680 B
Makefile
30 lines
680 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/13 20:45:15 bentley Exp $
|
|
|
|
COMMENT = media download tool
|
|
|
|
DISTNAME = cclive-0.7.7
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://cclive.sourceforge.net
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c crypto m ssl stdc++ z lua curl iconv idn intl quvi
|
|
WANTLIB += boost_date_time-mt boost_filesystem-mt boost_iostreams-mt
|
|
WANTLIB += boost_program_options-mt boost_system-mt pcre pcrecpp
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cclive/}
|
|
|
|
LIB_DEPENDS = devel/boost devel/pcre net/quvi/libquvi
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|