1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/net/grive2/Makefile
Carlos J. Puga Medina d4c05fd292 New port: net/grive2 Open source client for Google Drive
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
2016-09-08 23:51:57 +00:00

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>