freebsd-ports/irc/irchat-pj-xemacs21-mule/Makefile
Vasil Dimov 708e659328 * Copy the contents of the master port irc/irchat-pj-emacs20 to the slave port
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.
2007-10-14 08:47:37 +00:00

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"