The Steam protocol plugin for bitlbee. This plugin uses the Steam Mobile API allowing it to run alongside the main Steam client. It is worth noting that the Steam Mobile API is HTTP based, which does lead to mild latency.
20 lines
538 B
Makefile
20 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/07/28 15:22:56 nia Exp $
|
|
|
|
DISTNAME= bitlbee-steam-1.4.2
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=bitlbee/}
|
|
GITHUB_PROJECT= bitlbee-steam
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.bitlbee.org/
|
|
COMMENT= Steam protocol plugin for BitlBee
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../chat/bitlbee/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|