aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-06 10:44:13 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-06 10:44:13 +0000
commitfac0fca5bffe10f16d11260a0f0b3eeb6fb3ec6d (patch)
tree4f5ade3a655f898cfc27a0ffd4e318ad49f88e67
parent628f859172dd9d79b6a0739c02c598f695ec4dfd (diff)
downloadports-fac0fca5bffe10f16d11260a0f0b3eeb6fb3ec6d.tar.gz
ports-fac0fca5bffe10f16d11260a0f0b3eeb6fb3ec6d.zip
Notes
-rw-r--r--irc/Makefile1
-rw-r--r--irc/irchat-pj-xemacs21-mule/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 715158905ed3..3a530b403c98 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -15,6 +15,7 @@
SUBDIR += ircatlite
SUBDIR += ircd-hybrid
SUBDIR += irchat-pj-emacs20
+ SUBDIR += irchat-pj-xemacs21-mule
SUBDIR += iroffer
SUBDIR += irssi
SUBDIR += liece-dcc
diff --git a/irc/irchat-pj-xemacs21-mule/Makefile b/irc/irchat-pj-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..c9fce0b70f63
--- /dev/null
+++ b/irc/irchat-pj-xemacs21-mule/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: irchat-pj (for xemacs21-mule)
+# Date Created: 4 May 2001
+# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20
+
+EMACS_PORT_NAME= xemacs21-mule
+LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
+ALL_TARGET= package
+INSTALL_TARGET= install-lisp-package
+
+.include <${MASTERDIR}/Makefile>