summaryrefslogtreecommitdiff
path: root/irc/pure-xemacs21-mule
diff options
context:
space:
mode:
Diffstat (limited to 'irc/pure-xemacs21-mule')
-rw-r--r--irc/pure-xemacs21-mule/Makefile17
1 files changed, 17 insertions, 0 deletions
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>