aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee-steam
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2018-07-28 14:47:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2018-07-28 14:47:41 +0000
commit414dc206caadff74242bf1a4a143eb59a145d73f (patch)
tree26fc39aef63abb8840dfa9510ebc947b2739350c /irc/bitlbee-steam
parentcd05269eb20ceba1918c72d7bb31c8f946ab9c6a (diff)
downloadports-414dc206caadff74242bf1a4a143eb59a145d73f.tar.gz
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.
Notes
Notes: svn path=/head/; revision=475578
Diffstat (limited to 'irc/bitlbee-steam')
-rw-r--r--irc/bitlbee-steam/Makefile29
-rw-r--r--irc/bitlbee-steam/distinfo3
-rw-r--r--irc/bitlbee-steam/pkg-descr4
3 files changed, 36 insertions, 0 deletions
diff --git a/irc/bitlbee-steam/Makefile b/irc/bitlbee-steam/Makefile
new file mode 100644
index 000000000000..230e310db39c
--- /dev/null
+++ b/irc/bitlbee-steam/Makefile
@@ -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>
diff --git a/irc/bitlbee-steam/distinfo b/irc/bitlbee-steam/distinfo
new file mode 100644
index 000000000000..1846bdb7e175
--- /dev/null
+++ b/irc/bitlbee-steam/distinfo
@@ -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
diff --git a/irc/bitlbee-steam/pkg-descr b/irc/bitlbee-steam/pkg-descr
new file mode 100644
index 000000000000..e69ecdc422c7
--- /dev/null
+++ b/irc/bitlbee-steam/pkg-descr
@@ -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