summaryrefslogtreecommitdiff
path: root/chat/emacs-jabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/emacs-jabber/Makefile')
-rw-r--r--chat/emacs-jabber/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/chat/emacs-jabber/Makefile b/chat/emacs-jabber/Makefile
new file mode 100644
index 00000000000..b95be900a35
--- /dev/null
+++ b/chat/emacs-jabber/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/04/26 10:48:26 obache Exp $
+
+DISTNAME= emacs-jabber-0.8.0
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=emacs-jabber/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= aran@100acres.us
+HOMEPAGE= http://emacs-jabber.sourceforge.net/
+COMMENT= Jabber client for Emacs
+LICENSE= gnu-gpl-v2 # or later
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+INFO_FILES= YES
+
+CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}
+CONFIGURE_ARGS+= --without-gconf
+CONFIGURE_ARGS+= --disable-schemas-install
+CONFIGURE_ENV+= EMACS=${EMACS_BIN}
+
+TEST_TARGET= check
+
+# net-utils, mule-ucs for xemacs
+EMACS_MODULES= base
+.include "../../editors/emacs/modules.mk"
+.include "../../mk/bsd.pkg.mk"