aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-06 10:41:44 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-06 10:41:44 +0000
commit6286ab0639f506738370ac137deb920bb3b4be2d (patch)
tree3d526fb9449b3406c93076b9f75e6bce4a285cb2 /irc
parent7ba99b2e102683f7302ab2d60988ec8a8331e4a2 (diff)
downloadports-6286ab0639f506738370ac137deb920bb3b4be2d.tar.gz
ports-6286ab0639f506738370ac137deb920bb3b4be2d.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/pure-xemacs21-mule/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index faccf3952a97..65c700a6d689 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -27,6 +27,7 @@
SUBDIR += p5-IRC
SUBDIR += party
SUBDIR += pure-emacs20
+ SUBDIR += pure-xemacs21-mule
SUBDIR += quirc
SUBDIR += roxirc
SUBDIR += ruby-irc
diff --git a/irc/pure-xemacs21-mule/Makefile b/irc/pure-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..cb708e0e1639
--- /dev/null
+++ b/irc/pure-xemacs21-mule/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: pure (for xemacs21-mule)
+# Date Created: 4 May 2001
+# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../pure-emacs20
+
+EMACS_PORT_NAME= xemacs21-mule
+LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
+EMACS_ONLY= "@comment "
+XEMACS_ONLY= ""
+ALL_TARGET= package
+INSTALL_TARGET= install-package
+
+.include <${MASTERDIR}/Makefile>