2020-04-22 06:40:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2020/04/22 04:40:59 nia Exp $
|
2019-07-28 17:21:08 +02:00
|
|
|
|
2020-04-22 06:40:59 +02:00
|
|
|
DISTNAME= bitlbee-mastodon-1.4.4
|
2019-07-28 17:21:08 +02:00
|
|
|
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
|
2019-11-26 19:47:38 +01:00
|
|
|
USE_TOOLS+= pkg-config gmake gsed
|
2019-07-28 17:21:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
|
|
|
pre-configure:
|
2020-04-22 06:40:59 +02:00
|
|
|
cd ${WRKSRC} && ${SH} ./autogen.sh
|
2019-07-28 17:21:08 +02:00
|
|
|
|
|
|
|
.include "../../chat/bitlbee/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|