aboutsummaryrefslogtreecommitdiffstats
path: root/irc/pure-xemacs-devel-mule
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2004-04-23 01:01:28 +0800
committeryoichi <yoichi@FreeBSD.org>2004-04-23 01:01:28 +0800
commitbdf982e8fc02cd177675d460b3031cbd83c37f33 (patch)
treec1830f01a619ada87379875d332d00c019761415 /irc/pure-xemacs-devel-mule
parent26f4e444b97195ebf79c5c497861392bdd4dc6eb (diff)
downloadfreebsd-ports-graphics-bdf982e8fc02cd177675d460b3031cbd83c37f33.tar.gz
freebsd-ports-graphics-bdf982e8fc02cd177675d460b3031cbd83c37f33.tar.zst
freebsd-ports-graphics-bdf982e8fc02cd177675d460b3031cbd83c37f33.zip
back out the change made without approval under ports freeze period
Diffstat (limited to 'irc/pure-xemacs-devel-mule')
-rw-r--r--irc/pure-xemacs-devel-mule/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/irc/pure-xemacs-devel-mule/Makefile b/irc/pure-xemacs-devel-mule/Makefile
new file mode 100644
index 00000000000..784c139211b
--- /dev/null
+++ b/irc/pure-xemacs-devel-mule/Makefile
@@ -0,0 +1,19 @@
+# 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= xemacs-devel-mule
+LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp/${PORTNAME}
+EMACS_ONLY= "@comment "
+XEMACS_ONLY= ""
+ALL_TARGET= package c
+INSTALL_TARGET= install-package
+PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure
+MAKE_ENV= LANG=ja_JP.eucJP
+
+.include "${MASTERDIR}/Makefile"