diff options
author | zi <zi@FreeBSD.org> | 2011-07-25 09:48:37 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-07-25 09:48:37 +0800 |
commit | 7b72478ac6677057117c86ff734e11b138bd702f (patch) | |
tree | b3b072e8df3803bc46a9371a07acc4d837587cbd /net/Makefile | |
parent | 7f45230785f433756fc5ede9d01aff408332a3ff (diff) | |
download | freebsd-ports-graphics-7b72478ac6677057117c86ff734e11b138bd702f.tar.gz freebsd-ports-graphics-7b72478ac6677057117c86ff734e11b138bd702f.tar.zst freebsd-ports-graphics-7b72478ac6677057117c86ff734e11b138bd702f.zip |
New port: net/dropbox-api-command
Dropbox's API commands from the shell.
Including sub-commands like sync, find, etc.
WWW: http://doc.7kai.org/Product/DropboxAPICommand/README
PR: ports/158918
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Approved by: wxs (mentor)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 1704dac71f2..3207cd39168 100644 --- a/net/Makefile +++ b/net/Makefile @@ -121,6 +121,7 @@ SUBDIR += dimes SUBDIR += diradmin SUBDIR += dosdetector + SUBDIR += dropbox-api-command SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += e169-stats |