summaryrefslogtreecommitdiff
path: root/chat/mcabber/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-10 09:50:42 +0000
committerwiz <wiz@pkgsrc.org>2014-01-10 09:50:42 +0000
commite6ebbb6e56ecedf5c4dedfdb2f309faa9c8444d8 (patch)
treed63f5b0ac9862fe8d6ce1a2b4cbfe7f7a7a2084d /chat/mcabber/Makefile
parentf36b6bd32a069ad378b9444706b0f9bf704d13c9 (diff)
downloadpkgsrc-e6ebbb6e56ecedf5c4dedfdb2f309faa9c8444d8.tar.gz
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.
Diffstat (limited to 'chat/mcabber/Makefile')
-rw-r--r--chat/mcabber/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/chat/mcabber/Makefile b/chat/mcabber/Makefile
new file mode 100644
index 00000000000..5ecd021bff7
--- /dev/null
+++ b/chat/mcabber/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2014/01/10 09:50:42 wiz Exp $
+
+DISTNAME= mcabber-0.10.2
+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
+
+INSTALLATION_DIRS+= share/examples/mcabber
+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"