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>
This commit is contained in:
Akinori MUSHA 2001-05-06 10:41:44 +00:00
parent 7ba99b2e10
commit 6286ab0639
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42320
2 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,7 @@
SUBDIR += p5-IRC
SUBDIR += party
SUBDIR += pure-emacs20
SUBDIR += pure-xemacs21-mule
SUBDIR += quirc
SUBDIR += roxirc
SUBDIR += ruby-irc

View file

@ -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>