aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitlbee-discord/Makefile
blob: 4fe5fd2ccea2ebe3cb0df5826afbbc1c1a527edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	bitlbee-discord
DISTVERSION=	0.4.3-7
DISTVERSIONSUFFIX=-g607f988
CATEGORIES=	irc

MAINTAINER=	arfy32@gmail.com
COMMENT=	Discord plugin for bitlbee
WWW=		https://github.com/sm00th/bitlbee-discord

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	bitlbee:irc/bitlbee
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib

USES=		autoreconf gnome libtool pkgconfig
USE_GNOME=	glib20
USE_GITHUB=	yes
GH_ACCOUNT=	sm00th

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-plugindir=${PREFIX}/lib/bitlbee --with-bdatadir=${LOCALBASE}/share/bitlbee
INSTALL_TARGET=	install-strip

PLIST_FILES=	lib/bitlbee/discord.so \
		share/bitlbee/discord-help.txt

.include <bsd.port.mk>