rsadowski ef7e5b8d98 Update bitlbee-facebook to 1.2.1
Update diff from Eivind Eide <xenofilATgmailDOTcom> with tweaks by me.
2021-01-10 09:34:12 +00:00

26 lines
627 B
Makefile

# $OpenBSD: Makefile,v 1.6 2021/01/10 09:34:12 rsadowski Exp $
COMMENT= Facebook Messenger protocol plugin for bitlbee
V= 1.2.1
DISTNAME= bitlbee-facebook-$V
CATEGORIES= net
HOMEPAGE= https://github.com/bitlbee/bitlbee-facebook
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 iconv
WANTLIB += intl json-glib-1.0 pcre pthread z
MASTER_SITES= https://github.com/bitlbee/bitlbee-facebook/releases/download/v$V/
BUILD_DEPENDS= net/bitlbee
RUN_DEPENDS= net/bitlbee
LIB_DEPENDS= devel/json-glib
CONFIGURE_STYLE= gnu
LIBTOOL_FLAGS= --tag=disable-static
.include <bsd.port.mk>