freebsd-ports/irc/bitlbee-mastodon/Makefile
Tobias Kortkamp 9c8f6c40ca irc/bitlbee-mastodon: Update to 1.4.2
PR:		236066
Submitted by:	tobias.rehbein@web.de (maintainer)
2019-02-27 03:51:47 +00:00

32 lines
669 B
Makefile

# $FreeBSD$
PORTNAME= bitlbee-mastodon
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.2
CATEGORIES= irc
MAINTAINER= tobias.rehbein@web.de
COMMENT= Bitlbee plugin to communicate with Mastodon instances
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bitlbee>=3.5:irc/bitlbee
RUN_DEPENDS= bitlbee>=3.5:irc/bitlbee
USES= autoreconf gnome libtool pkgconfig
USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= kensanata
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-plugindir=${PREFIX}/lib/bitlbee
INSTALL_TARGET= install-strip
PLIST_FILES= lib/bitlbee/mastodon.so \
share/bitlbee/mastodon-help.txt
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>