mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Modernize LIB_DEPENDS syntax, stagify, improve wording in port description.
This commit is contained in:
parent
065f8bcc60
commit
31f07d74b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331128
2 changed files with 8 additions and 10 deletions
|
@ -11,11 +11,11 @@ COMMENT= Open source client for Google Drive
|
|||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/binutils
|
||||
LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs \
|
||||
curl:${PORTSDIR}/ftp/curl \
|
||||
expat:${PORTSDIR}/textproc/expat2 \
|
||||
gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||
json:${PORTSDIR}/devel/json-c
|
||||
LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
||||
libjson.so:${PORTSDIR}/devel/json-c
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Grive
|
||||
|
@ -26,15 +26,13 @@ GH_TAGNAME= v${PORTVERSION}
|
|||
USES= cmake
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
PLIST_FILES= bin/grive
|
||||
MAN1= grive.1
|
||||
PLIST_FILES= bin/grive man/man1/grive.1.gz
|
||||
|
||||
# Allow to build with GCC 4.2
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,log::,gr::&,g' ${WRKSRC}/grive/src/main.cc
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/grive
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grive
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Grive is an independent implementation of Google Drive client. It uses
|
||||
the Google Document List API to talk to the servers in Google.
|
||||
the Google Document List API to talk to Google's servers.
|
||||
|
||||
WWW: http://www.lbreda.com/grive/
|
||||
|
|
Loading…
Add table
Reference in a new issue