diff options
author | knu <knu@FreeBSD.org> | 2001-05-06 10:44:13 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-06 10:44:13 +0000 |
commit | cc9dc21e8d53440fe0214ea314ad6872b30f896b (patch) | |
tree | 7494439e93e7c39e9d8f13ac3628cda0cf160769 | |
parent | 1b9e53be6f57b017c1ca747698fc7667225a3160 (diff) | |
download | FreeBSD-ports-cc9dc21e8d53440fe0214ea314ad6872b30f896b.zip FreeBSD-ports-cc9dc21e8d53440fe0214ea314ad6872b30f896b.tar.gz |
Add irchat-pj-xemacs21-mule as a slave port of irchat-pj-emacs20.
PR: ports/27081
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/irchat-pj-xemacs21-mule/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 7151589..3a530b4 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -15,6 +15,7 @@ SUBDIR += ircatlite SUBDIR += ircd-hybrid SUBDIR += irchat-pj-emacs20 + SUBDIR += irchat-pj-xemacs21-mule SUBDIR += iroffer SUBDIR += irssi SUBDIR += liece-dcc diff --git a/irc/irchat-pj-xemacs21-mule/Makefile b/irc/irchat-pj-xemacs21-mule/Makefile new file mode 100644 index 0000000..c9fce0b --- /dev/null +++ b/irc/irchat-pj-xemacs21-mule/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: irchat-pj (for xemacs21-mule) +# Date Created: 4 May 2001 +# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20 + +EMACS_PORT_NAME= xemacs21-mule +LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME} +ALL_TARGET= package +INSTALL_TARGET= install-lisp-package + +.include <${MASTERDIR}/Makefile> |