openbsd-ports/www/cclive/Makefile
sthen f4eb5cd126 fix the format string used for the default filenames to include the
extension, which upstream renamed from %e to %s.  even they can't keep
on top of their own stupid incompatible changes.
2013-10-09 13:36:15 +00:00

38 lines
826 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/10/09 13:36:15 sthen Exp $
COMMENT = media download tool
DISTNAME = cclive-0.9.2
REVISION = 0
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 c crypto curl
WANTLIB += 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>