diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-07-19 21:56:24 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-07-19 21:56:24 +0800 |
commit | 9e431a5faf76dec82084be1a0a592c058405f5c5 (patch) | |
tree | 3cea2d9436dfdb3cc9bdf596fb28c56ed1e0fa6f /irc | |
parent | 6339784409a0928c847f46b45a590f18faa3ed84 (diff) | |
download | freebsd-ports-gnome-9e431a5faf76dec82084be1a0a592c058405f5c5.tar.gz freebsd-ports-gnome-9e431a5faf76dec82084be1a0a592c058405f5c5.tar.zst freebsd-ports-gnome-9e431a5faf76dec82084be1a0a592c058405f5c5.zip |
Add stub port for xemacs-devel-mule
PR: ports/40526
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/irchat-pj-xemacs-devel-mule/Makefile | 16 | ||||
-rw-r--r-- | irc/pure-xemacs-devel-mule/Makefile | 19 |
3 files changed, 36 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index d48b624fe1d1..76e5c790b278 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -38,6 +38,7 @@ SUBDIR += pisg SUBDIR += pure-emacs20 SUBDIR += pure-emacs21 + SUBDIR += pure-xemacs-devel-mule SUBDIR += pure-xemacs21-mule SUBDIR += py-irclib SUBDIR += quirc diff --git a/irc/irchat-pj-xemacs-devel-mule/Makefile b/irc/irchat-pj-xemacs-devel-mule/Makefile new file mode 100644 index 000000000000..6f47e180c9a7 --- /dev/null +++ b/irc/irchat-pj-xemacs-devel-mule/Makefile @@ -0,0 +1,16 @@ +# 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= xemacs-devel-mule +XEMACS_ONLY= "" +LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME} +ALL_TARGET= package +INSTALL_TARGET= install-package + +.include "${MASTERDIR}/Makefile" 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" |