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:
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
|
@ -27,6 +27,7 @@
|
|||
SUBDIR += p5-IRC
|
||||
SUBDIR += party
|
||||
SUBDIR += pure-emacs20
|
||||
SUBDIR += pure-xemacs21-mule
|
||||
SUBDIR += quirc
|
||||
SUBDIR += roxirc
|
||||
SUBDIR += ruby-irc
|
||||
|
|
17
irc/pure-xemacs21-mule/Makefile
Normal file
17
irc/pure-xemacs21-mule/Makefile
Normal 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>
|
Loading…
Reference in a new issue