summaryrefslogtreecommitdiff
path: root/editors/xemacs21-mule
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-24 10:53:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-24 10:53:40 +0000
commit5d0b8890005b5403ac4370572167e00703901184 (patch)
tree9438b5c03e692fadb454fcf5b7dcb26b8a2c6187 /editors/xemacs21-mule
parentAdd $MASTER_SITE_RINGSERVER into $MASTER_SITES. (diff)
Enable XIM support by default.
Reflect Wnn4 -> FreeWnn change. Fix build problems. PR: ports/21549 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=34176
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r--editors/xemacs21-mule/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index 675f0d5300b0..8b2abf33e9ef 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -17,7 +17,7 @@
# WITH_INPUT_METHOD : input methods(configure arguments)
# LIB_INPUT_METHOD : LIB_DEPENDS list of Input Methods
# BUILD_INPUT_METHOD: BUILD_DEPENDS list of Input Methods
-# WITH_XIM : X Input Method(configure arguments)
+# WITH_XIM : X Input Method(configure arguments), xlib or motif
.if !defined(MULE_SLAVE) && !defined(MULE_COMMON)
MULE_SLAVE= yes
@@ -36,9 +36,7 @@ LIB_DEPENDS= compface.1:${PORTSDIR}/mail/faces \
intl.1:${PORTSDIR}/devel/gettext \
${LIB_INPUT_METHOD}
-CONFIGURE_ARGS?=${XEMACS_ARCH} \
- --prefix=${PREFIX} \
- --with-x11 \
+CONFIGURE_ARGS?=--with-x11 \
--with-xim=${WITH_XIM} \
--with-mule \
--x-includes=${X11BASE}/include \
@@ -57,7 +55,7 @@ CONFIGURE_ARGS?=${XEMACS_ARCH} \
--with-jpeg \
--with-png \
--with-tiff \
- --infopath=${PREFIX}/lib/xemacs/info:${PREFIX}/info:${X11BASE}/info:/usr/info:${PREFIX}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
+ --infopath=${LOCALBASE}/lib/xemacs/info:${LOCALBASE}/info:${X11BASE}/info:/usr/info:${LOCALBASE}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
--with-clash-detection \
--lockdir=/var/run/emacs/lock \
--with-database=berkdb \
@@ -80,11 +78,11 @@ DESCR_TMPL?= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule/files/DESCR.tmpl
COMMENT_TEXT?= XEmacs(version ${XEMACS_MAJOR_VER}) text editor with mule(Only the executables)
.if defined(MULE_SLAVE)
BINNAMEEXT= -mule
-SITE_INCLUDES+= ${PREFIX}/include
-SITE_LIBRARIES+= ${PREFIX}/lib
+SITE_INCLUDES+= ${LOCALBASE}/include
+SITE_LIBRARIES+= ${LOCALBASE}/lib
WITH_INPUT_METHOD?= --with-canna=no --with-wnn=no --with-wnn6=no
.endif
-WITH_XIM?= no
+WITH_XIM?= xlib
.if defined(MULE_SLAVE)
pre-build: