diff options
author | knu <knu@FreeBSD.org> | 2001-05-06 18:41:44 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-06 18:41:44 +0800 |
commit | 1d2707c6d2a39b3f22576edb23519a2ef34742b2 (patch) | |
tree | f8c25c03ae6c1ff9714e4a6f45741a400db5da45 /irc | |
parent | e4e8a9edbbe09333fd743d15c18cd7e03da26e34 (diff) | |
download | freebsd-ports-gnome-1d2707c6d2a39b3f22576edb23519a2ef34742b2.tar.gz freebsd-ports-gnome-1d2707c6d2a39b3f22576edb23519a2ef34742b2.tar.zst freebsd-ports-gnome-1d2707c6d2a39b3f22576edb23519a2ef34742b2.zip |
Add pure-xemacs21-mule as a slave port of pure-emacs20.
PR: ports/27081
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/pure-xemacs21-mule/Makefile | 17 |
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> |