Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 1999 19:17:04 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        <shige@FreeBSD.ORG>
Cc:        <jseger@FreeBSD.ORG>, <ports@FreeBSD.ORG>, <asami@FreeBSD.ORG>
Subject:   Re: emacs-XX
Message-ID:  <02cf01bef0ea$a8aee400$8dfee0d1@westbend.net>
References:  <199908201212.FAA89304@silvia.hip.berkeley.edu><19990820230932U.shige@shige.org><vqcaerkm9le.fsf@silvia.hip.berkeley.edu> <19990822212722W.shige@shige.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_02C8_01BEF0C0.BF7BC7E0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

From: <Shigeyuki Fukushima (福島茂之) <shige@FreeBSD.ORG>)>

> # emacs.inc I proposed is attached to this mail.
>
I had a look at your emacs.inc file, and I propose the changes in the
attached emacs.inc.

Basically, I moved all the EMACS_CMD, EMACS_LIBDOIR, &
EMACS_LIBDOIR_WITH_VER assignments after the second "if" statement.

Scot




------=_NextPart_000_02C8_01BEF0C0.BF7BC7E0
Content-Type: application/octet-stream;
	name="emacs.inc"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="emacs.inc"

#
# @(#)emacs.inc
#
# Date created:         22 August 1998
# Whom:                 shige
#
# $Id$
#

.if defined(EMACS_PORT_NAME)
.if (${EMACS_PORT_NAME} == "emacs")
EMACS_NAME=             emacs
EMACS_VER=              19.34
.elif (${EMACS_PORT_NAME} == "emacs20")
EMACS_NAME=             emacs
EMACS_VER=              20.3
.elif (${EMACS_PORT_NAME} == "mule")
EMACS_NAME=             mule
EMACS_VER=              19.34
.elif (${EMACS_PORT_NAME} == "xemacs")
EMACS_NAME=             xemacs
EMACS_VER=              19.16
.elif (${EMACS_PORT_NAME} == "xemacs20")
EMACS_NAME=             xemacs
EMACS_VER=              20.4
.elif (${EMACS_PORT_NAME} == "xemacs-mule")
#EMACS_NAME=		xmule
EMACS_NAME=             xemacs
EMACS_VER=              20.4
.endif

EMACS_CMD=              ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
# directory without ${PREFIX}
EMACS_LIBDOIR=          lib/${EMACS_NAME}
EMACS_LIBDOIR_WITH_VER= lib/${EMACS_NAME}/${EMACS_VER}

.else
	@${ECHO} "Error: Bad port."
	@${ECHO} "You must define EMACS_PORT_NAME with using emacs.inc."
	@${FALSE}
.endif
.endif

------=_NextPart_000_02C8_01BEF0C0.BF7BC7E0--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02cf01bef0ea$a8aee400$8dfee0d1>