summaryrefslogtreecommitdiff
path: root/chat/mcabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/mcabber/Makefile')
-rw-r--r--chat/mcabber/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/mcabber/Makefile b/chat/mcabber/Makefile
index 790692f70d9..244ae313694 100644
--- a/chat/mcabber/Makefile
+++ b/chat/mcabber/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.15 2020/03/08 16:48:58 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/24 16:54:15 nia Exp $
-DISTNAME= mcabber-1.1.0
-PKGREVISION= 3
+DISTNAME= mcabber-1.1.2
CATEGORIES= chat
-MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
+MASTER_SITES= https://www.lilotux.net/~mikael/mcabber/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= degroote@NetBSD.org
HOMEPAGE= https://www.lilotux.net/~mikael/mcabber/
-COMMENT= Jabber console client
+COMMENT= Small XMPP (Jabber) console client
LICENSE= gnu-gpl-v2
CHECK_PORTABILITY_SKIP+= contrib/events/eventcmd.pastebin
@@ -16,7 +15,8 @@ CHECK_PORTABILITY_SKIP+= contrib/events/eventcmd.pastebin
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake xgettext pkg-config
-USE_NCURSES= yes
+FAKE_NCURSES= yes
+USE_CURSES= wide
INSTALLATION_DIRS+= share/examples/mcabber
CONFIGURE_ARGS+= --disable-hgcset
@@ -29,6 +29,6 @@ post-install:
.include "../../chat/loudmouth/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
-.include "../../devel/ncursesw/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"