View | Details | Raw Unified | Return to bug 234007 | Differences between
and this patch

Collapse All | Expand All

(-)irc/bitlbee-discord/Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	bitlbee-discord
4
PORTVERSION=	0.4.2
5
CATEGORIES=	irc
6
7
MAINTAINER=	arfy32@gmail.com
8
COMMENT=	Discord plugin for bitlbee
9
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
14
BUILD_DEPENDS=	bitlbee:irc/bitlbee
15
16
USES=		autoreconf gettext-runtime libtool pkgconfig
17
USE_GNOME=	glib20
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/bitlbee
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	sm00th
23
24
INSTALL_TARGET=	install-strip
25
26
PLIST_FILES=	lib/bitlbee/discord.so\
27
	share/bitlbee/discord-help.txt
28
29
.include <bsd.port.mk>
(-)irc/bitlbee-discord/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1544685263
2
SHA256 (sm00th-bitlbee-discord-0.4.2_GH0.tar.gz) = de45b8bb05b513eb012e5a5992a87255de7cf2713bbe66d86457beb97a9b6c52
3
SIZE (sm00th-bitlbee-discord-0.4.2_GH0.tar.gz) = 33704
(-)irc/bitlbee-discord/pkg-descr (+4 lines)
Line 0 Link Here
1
Bitlbee plugin to allow connections to the discord chat service. A more
2
lightweight alternative to using bitlbee compiled with libpurple support.
3
4
WWW: https://github.com/sm00th/bitlbee-discord

Return to bug 234007