2017-04-30 03:21:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2017/04/30 01:21:56 ryoon Exp $
|
2015-06-16 18:15:37 +02:00
|
|
|
|
2015-11-09 15:52:34 +01:00
|
|
|
DISTNAME= grive2-0.4.1
|
2017-04-30 03:21:19 +02:00
|
|
|
PKGREVISION= 5
|
2015-06-16 18:15:37 +02:00
|
|
|
CATEGORIES= net
|
2015-11-09 15:52:34 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=vitalif/}
|
2015-06-16 18:15:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/vitalif/Grive2
|
|
|
|
COMMENT= Independent open source implementation of Google Drive client
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2015-11-09 15:52:34 +01:00
|
|
|
GITHUB_TAG=v${PKGVERSION_NOREV}
|
2015-06-16 18:15:37 +02:00
|
|
|
|
|
|
|
USE_CMAKE= yes
|
2015-06-25 09:37:58 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2015-06-16 18:15:37 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
SUBST_CLASSES+= manpath
|
|
|
|
SUBST_MESSAGE.manpath= Fix manpath
|
|
|
|
SUBST_STAGE.manpath= pre-configure
|
|
|
|
SUBST_FILES.manpath= bgrive/CMakeLists.txt grive/CMakeLists.txt
|
|
|
|
SUBST_SED.manpath= -e 's,DESTINATION share/man,DESTINATION ${PKGMANDIR},g'
|
|
|
|
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
|
|
.include "../../devel/cppunit/buildlink3.mk"
|
|
|
|
.include "../../devel/yajl/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|