f04c55350b
New features for 1.4.4: - fix list management command - figure out username and instance URL from account name
22 lines
580 B
Makefile
22 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/04/22 04:40:59 nia Exp $
|
|
|
|
DISTNAME= bitlbee-mastodon-1.4.4
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=kensanata/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wiki.bitlbee.org/HowtoMastodon
|
|
COMMENT= Mastodon protocol plugin for BitlBee
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= autoreconf autoconf automake
|
|
USE_TOOLS+= pkg-config gmake gsed
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SH} ./autogen.sh
|
|
|
|
.include "../../chat/bitlbee/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|