diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-07-28 14:47:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-07-28 14:47:41 +0000 |
commit | 414dc206caadff74242bf1a4a143eb59a145d73f (patch) | |
tree | 26fc39aef63abb8840dfa9510ebc947b2739350c /irc/Makefile | |
parent | cd05269eb20ceba1918c72d7bb31c8f946ab9c6a (diff) | |
download | freebsd-ports-414dc206caadff74242bf1a4a143eb59a145d73f.zip |
The Steam protocol plugin for bitlbee. This plugin uses the Steam Mobile
API allowing it to run alongside the main Steam client.
WWW: https://github.com/bitlbee/bitlbee-steam
PR: 229375
Submitted by: aou@eecs.berkeley.edu
Sponsored by: iXsystems Inc.
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index f86035d37657..4e7c45f0a837 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -9,6 +9,7 @@ SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-facebook + SUBDIR += bitlbee-steam SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc |