diff options
Diffstat (limited to 'chat/zenirc/Makefile')
-rw-r--r-- | chat/zenirc/Makefile | 18 |
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" |