diff options
Diffstat (limited to 'irc/pure-xemacs-devel-mule/Makefile')
-rw-r--r-- | irc/pure-xemacs-devel-mule/Makefile | 19 |
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 000000000000..784c139211be --- /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" |