summaryrefslogtreecommitdiff
path: root/chat/zenirc/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2001-08-14 21:38:26 +0000
committerthorpej <thorpej@pkgsrc.org>2001-08-14 21:38:26 +0000
commit6bf05763980267e9bf3228bbb66c9c111b33ec3e (patch)
treee093467afcb65f882a65e314709de35eb77dc94e /chat/zenirc/Makefile
parente4d1fad0ae1489d8c5892cde34add391fa29699a (diff)
downloadpkgsrc-6bf05763980267e9bf3228bbb66c9c111b33ec3e.tar.gz
A package for ZenIRC, an IRC client for Emacs.
Diffstat (limited to 'chat/zenirc/Makefile')
-rw-r--r--chat/zenirc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/zenirc/Makefile b/chat/zenirc/Makefile
new file mode 100644
index 00000000000..1c289a259a1
--- /dev/null
+++ b/chat/zenirc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/14 21:38:26 thorpej Exp $
+#
+
+DISTNAME= zenirc-2.112
+CATEGORIES= chat
+MASTER_SITES= ftp://ftp.splode.com/pub/zenirc/
+
+MAINTAINER= thorpej@netbsd.org
+HOMEPAGE= http://www.splode.com/~friedman/software/emacs-lisp/zenirc/
+COMMENT= IRC client for Emacs
+
+# XXX Someone who cares can make this work with Xemacs.
+DEPENDS+= emacs-*:../../editors/emacs
+
+USE_GTEXINFO= YES
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"