diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-10 00:51:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-10 00:51:31 +0800 |
commit | 13909103ffcb5e61d9f5e94159fe4f2e1aae54a5 (patch) | |
tree | 4a79a49692a0cb6807314be87e4de759cc962167 /comms/Makefile | |
parent | ea3bcc4e633cc7e57d8b62dd9fc9730778fc678e (diff) | |
download | freebsd-ports-gnome-13909103ffcb5e61d9f5e94159fe4f2e1aae54a5.tar.gz freebsd-ports-gnome-13909103ffcb5e61d9f5e94159fe4f2e1aae54a5.tar.zst freebsd-ports-gnome-13909103ffcb5e61d9f5e94159fe4f2e1aae54a5.zip |
The overall goal of this project is to provide remote control service on Linux
through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.
anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson,
Motorola and others.
It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi)
capabled phone and UNIX, and in principle could be configured to manage almost
any software.
WWW: http://anyremote.sourceforge.net/
PR: ports/128609
Submitted by: Alex Samorukov <samm at os2.kiev.ua>
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 3aca37863c99..a3a16047c249 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -5,6 +5,7 @@ SUBDIR += acfax SUBDIR += aldo + SUBDIR += anyremote SUBDIR += aprsd SUBDIR += asmodem SUBDIR += atslog |