708e659328
irc/irchat-pj-emacs21 because the former is deprecated and going to be removed soon. Adjust it to point to emacs21 by default. * Adjust the slave port irc/irchat-pj-xemacs21-mule to point to the newly created master port irc/irchat-pj-emacs21.
17 lines
419 B
Makefile
17 lines
419 B
Makefile
# 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-emacs21
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= xemacs21-mule
|
|
XEMACS_ONLY= ""
|
|
LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
|
|
ALL_TARGET= package
|
|
INSTALL_TARGET= install-package
|
|
|
|
.include "${MASTERDIR}/Makefile"
|