# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        bitlbee bitlbee-facebook 1.2.2 v
revision            0
categories          irc net chat
license             GPL-2
maintainers         nomaintainer
description         Facebook protocol plugin for bitlbee
long_description    {*}${description}. This plugin uses the Facebook Messenger \
                    MQTT-based protocol.
homepage            https://wiki.bitlbee.org/HowtoFacebookMQTT
checksums           rmd160  f4c040771ddc34838532bd0ac4a9e92e27eccb06 \
                    sha256  834297cb2472765e5f31ca0ed64b712b0ca9b7b705409c5454cab891414c4265 \
                    size    71918
github.tarball_from archive

use_autoreconf      yes

depends_build-append \
                    port:bitlbee \
                    port:gettext \
                    path:bin/pkg-config:pkgconfig
depends_lib-append  port:gettext-runtime \
                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
                    port:json-glib

configure.args-append \
                    --with-plugindir=${prefix}/lib/bitlbee
