1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net/grive2/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

34 lines
667 B
Makefile

# Created by: Carlos J Puga Medina <cpm@FreeBSD.org>
# $FreeBSD$
PORTNAME= grive2
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
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>