summaryrefslogtreecommitdiff
path: root/chat/mcabber/Makefile
diff options
context:
space:
mode:
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"