mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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:
parent
cd05269eb2
commit
414dc206ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475578
@ -9,6 +9,7 @@
|
||||
SUBDIR += bitchx
|
||||
SUBDIR += bitlbee
|
||||
SUBDIR += bitlbee-facebook
|
||||
SUBDIR += bitlbee-steam
|
||||
SUBDIR += bnc
|
||||
SUBDIR += bopm
|
||||
SUBDIR += cgiirc
|
||||
|
29
irc/bitlbee-steam/Makefile
Normal file
29
irc/bitlbee-steam/Makefile
Normal 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>
|
3
irc/bitlbee-steam/distinfo
Normal file
3
irc/bitlbee-steam/distinfo
Normal 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
|
4
irc/bitlbee-steam/pkg-descr
Normal file
4
irc/bitlbee-steam/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user