summaryrefslogtreecommitdiff
path: root/chat/irchat-pj/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-09-17 06:28:11 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-09-17 06:28:11 +0000
commiteff36caf71d56123000a38d77df707cf9bd16777 (patch)
tree29a7abf0c4709342efc494a51801970e6131c766 /chat/irchat-pj/Makefile
parent9ab9a8e0fc57391bf1f11ce13f416fad022cdadd (diff)
downloadpkgsrc-eff36caf71d56123000a38d77df707cf9bd16777.tar.gz
Reimport irchat-pj as chat/irchat-pj instead of chat/irchat.
Diffstat (limited to 'chat/irchat-pj/Makefile')
-rw-r--r--chat/irchat-pj/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile
new file mode 100644
index 00000000000..c16d9643498
--- /dev/null
+++ b/chat/irchat-pj/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/17 06:28:11 uebayasi Exp $
+
+DISTNAME= irchat-pj-2.4.24.20
+CATEGORIES= chat
+MASTER_SITES= ftp://ftp.madoka.org/pub/irchat-pj/
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://www.fan.gr.jp/~simm/irchat/
+COMMENT= Emacs lisp interface to Internet Relay Chat
+
+.include "../../mk/emacs.mk"
+
+.if ${EMACS_FLAVOR} == "emacs"
+INSTALL_TARGET= install
+PLIST_SRC= ${PKGDIR}/PLIST.emacs
+.elif ${EMACS_FLAVOR} == "xemacs"
+ALL_TARGET= package
+INSTALL_TARGET= install-package
+PLIST_SRC= ${PKGDIR}/PLIST.xemacs
+.else
+IGNORE+= "Unknown Emacs flavor"
+.endif
+
+.include "../../mk/bsd.pkg.mk"