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.
This commit is contained in:
Martin Wilke 2018-07-28 14:47:41 +00:00
parent cd05269eb2
commit 414dc206ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475578
4 changed files with 37 additions and 0 deletions

View File

@ -9,6 +9,7 @@
SUBDIR += bitchx
SUBDIR += bitlbee
SUBDIR += bitlbee-facebook
SUBDIR += bitlbee-steam
SUBDIR += bnc
SUBDIR += bopm
SUBDIR += cgiirc

View File

@ -0,0 +1,29 @@
# $FreeBSD$
PORTNAME= bitlbee-steam
PORTVERSION= 1.4.2
DISTVERSIONPREFIX=v
CATEGORIES= irc
MAINTAINER= aou@eecs.berkeley.edu
COMMENT= Steam plugin for bitlbee
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
BUILD_DEPENDS= bitlbee:irc/bitlbee
USES= autoreconf libtool pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/bitlbee
USE_GITHUB= yes
GH_ACCOUNT= bitlbee
INSTALL_TARGET= install-strip
PLIST_FILES= lib/bitlbee/steam.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1530130545
SHA256 (bitlbee-bitlbee-steam-v1.4.2_GH0.tar.gz) = fced6878906e14d96f899d362620de17c41a7fb84c2460068a9c08fc6904de38
SIZE (bitlbee-bitlbee-steam-v1.4.2_GH0.tar.gz) = 43003

View File

@ -0,0 +1,4 @@
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