mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
parent
777089aff7
commit
35618271c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563466
@ -3,6 +3,7 @@
|
||||
PORTNAME= onedrive
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.4.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= hiroo.ono+freebsd@gmail.com
|
||||
@ -11,19 +12,20 @@ COMMENT= OneDrive Free client
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ldc2:lang/ldc
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libinotify.so:devel/libinotify
|
||||
BUILD_DEPENDS= ldc2:lang/ldc
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/logrotate:sysutils/logrotate
|
||||
|
||||
USES= autoreconf gmake pkgconfig sqlite
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= abraunegg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
PKGCONFIG= pkgconf
|
||||
|
||||
OPTIONS_DEFINE= NOTIFY COMPLETION
|
||||
OPTIONS_DEFINE= DOCS NOTIFY COMPLETION
|
||||
OPTIONS_DEFAULT= NOTIFY COMPLETION
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
@ -37,6 +39,8 @@ COMPLETION_CONFIGURE_ENABLE= completions
|
||||
|
||||
ONEDRIVE_LOGDIR= /var/log/${PORTNAME}
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/freebsd_inotify.d ${WRKSRC}/src
|
||||
|
||||
|
@ -1,12 +1,7 @@
|
||||
bin/onedrive
|
||||
etc/logrotate.d/onedrive
|
||||
man/man1/onedrive.1.gz
|
||||
%%COMPLETION%%etc/bash_completion.d/onedrive
|
||||
%%COMPLETION%%share/bash-completion/completions/onedrive
|
||||
%%COMPLETION%%share/zsh/site-functions/_onedrive
|
||||
%%COMPLETION%%share/fish/completions/onedrive.fish
|
||||
%%DOCSDIR%%/CHANGELOG.md
|
||||
%%DOCSDIR%%/Office365.md
|
||||
%%DOCSDIR%%/README.md
|
||||
%%DOCSDIR%%/USAGE.md
|
||||
%%DOCSDIR%%/config
|
||||
@dir /var/log/onedrive
|
||||
|
Loading…
Reference in New Issue
Block a user