2019-11-02 23:18:22 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2019/11/02 22:18:24 rillig Exp $
|
Import mcabber-0.10.2 as chat/mcabber, packaged for wip by kh-p,
zul_, khorben, netcap, and jihbed.
mcabber is a small Jabber console client, it supports SSL, OTR,
MUC, history logging, commands completion and external actions
triggers.
2014-01-10 10:50:42 +01:00
|
|
|
|
2017-09-09 16:19:25 +02:00
|
|
|
DISTNAME= mcabber-1.1.0
|
2018-11-18 13:06:23 +01:00
|
|
|
PKGREVISION= 1
|
Import mcabber-0.10.2 as chat/mcabber, packaged for wip by kh-p,
zul_, khorben, netcap, and jihbed.
mcabber is a small Jabber console client, it supports SSL, OTR,
MUC, history logging, commands completion and external actions
triggers.
2014-01-10 10:50:42 +01:00
|
|
|
CATEGORIES= chat
|
|
|
|
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= degroote@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/
|
|
|
|
COMMENT= Jabber console client
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
CHECK_PORTABILITY_SKIP+= contrib/events/eventcmd.pastebin
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= gmake xgettext pkg-config
|
|
|
|
USE_NCURSES= yes
|
|
|
|
|
2019-11-02 23:18:22 +01:00
|
|
|
INSTALLATION_DIRS+= share/examples/mcabber
|
Import mcabber-0.10.2 as chat/mcabber, packaged for wip by kh-p,
zul_, khorben, netcap, and jihbed.
mcabber is a small Jabber console client, it supports SSL, OTR,
MUC, history logging, commands completion and external actions
triggers.
2014-01-10 10:50:42 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-hgcset
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/mcabberrc.example \
|
|
|
|
${DESTDIR}${PREFIX}/share/examples/mcabber
|
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
.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/bsd.pkg.mk"
|