mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
cc95712fbe
Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
34 lines
667 B
Makefile
34 lines
667 B
Makefile
# Created by: Carlos J Puga Medina <cpm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grive2
|
|
PORTVERSION= 0.5.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 7
|
|
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]*
|
|
|
|
USES= cmake localbase pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vitalif
|
|
|
|
PLIST_FILES= bin/grive \
|
|
man/man1/grive.1.gz
|
|
|
|
.include <bsd.port.mk>
|