# Created by: Key-Teck SIN <ktsin@acm.org>
# $FreeBSD: tags/RELEASE_10_2_0/net/grive/Makefile 385640 2015-05-07 17:26:05Z mat $

PORTNAME=	grive
PORTVERSION=	0.3.0
PORTREVISION=	3
CATEGORIES=	net

MAINTAINER=	ktsin@acm.org
COMMENT=	Open source client for Google Drive

LICENSE=	GPLv2

LIB_DEPENDS=	libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
		libcurl.so:${PORTSDIR}/ftp/curl \
		libexpat.so:${PORTSDIR}/textproc/expat2 \
		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
		libjson-c.so:${PORTSDIR}/devel/json-c \
		libyajl.so:${PORTSDIR}/devel/yajl

USE_GITHUB=	yes
GH_ACCOUNT=	Grive
GH_TAGNAME=	27817e8

USES=		cmake
CXXFLAGS+=	-I${LOCALBASE}/include

PLIST_FILES=	bin/grive man/man1/grive.1.gz

post-patch:
	@${REINPLACE_CMD} -e '/FIND_LIBRARY/s,json,&-c,' \
		${WRKSRC}/cmake/Modules/FindJSONC.cmake
# Do not build Qt4-based frontend: it's buggy and quite useless anyway
	@${REINPLACE_CMD} -e '/ bgrive/d' ${WRKSRC}/CMakeLists.txt
# Allow to build with GCC 4.2
	@${REINPLACE_CMD} -e 's,log::,gr::&,g' ${WRKSRC}/grive/src/main.cc

.include <bsd.port.mk>
