openbsd-ports/www/cclive/Makefile
2015-04-30 21:22:26 +00:00

37 lines
821 B
Makefile

# $OpenBSD: Makefile,v 1.10 2015/04/30 21:22:26 ajacoutot Exp $
COMMENT = media download tool
DISTNAME = cclive-0.9.3
EXTRACT_SUFX = .tar.xz
CATEGORIES = www
HOMEPAGE = http://cclive.sourceforge.net
# AGPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += boost_date_time-mt boost_filesystem-mt boost_iostreams-mt
WANTLIB += boost_program_options-mt boost_system-mt bz2 c crypto
WANTLIB += curl ffi gcrypt glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0
WANTLIB += gpg-error idn lua5.1 m pcre pcrecpp proxy pthread quvi-0.9
WANTLIB += sigc-2.0 ssl stdc++ z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cclive/}
MODULES = devel/gettext
USE_GROFF = Yes
LIB_DEPENDS = devel/boost \
devel/glib2mm \
devel/pcre \
net/quvi/libquvi>=0.9.3
RUN_DEPENDS = net/luasocket
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>