mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
d4c05fd292
Grive2 is the fork of original "Grive" Google Drive client with the support for the new Drive REST API and partial sync. WWW: https://github.com/vitalif/grive2/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7675
33 lines
651 B
Makefile
33 lines
651 B
Makefile
# Created by: Carlos J Puga Medina <cpm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grive2
|
|
PORTVERSION= 0.5.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= cpm@FreeBSD.org
|
|
COMMENT= Open source client for Google Drive
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
|
libcurl.so:ftp/curl \
|
|
libexpat.so:textproc/expat2 \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libyajl.so:devel/yajl
|
|
|
|
CONFLICTS_INSTALL= grive-[0-9]*
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vitalif
|
|
|
|
USES= cmake pkgconfig localbase
|
|
|
|
PLIST_FILES= bin/grive \
|
|
man/man1/grive.1.gz
|
|
|
|
.include <bsd.port.mk>
|