mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
9e071a0a24
irc/pure-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/pure-xemacs21-mule to point to the newly created master port irc/irc/pure-emacs21.
21 lines
518 B
Makefile
21 lines
518 B
Makefile
# 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-emacs21
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= xemacs21-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"
|