1997-09-03 19:27:58 +00:00
|
|
|
# New ports collection makefile for: X-Emacs
|
|
|
|
# Date created: 26 August 1997
|
|
|
|
# Whom: Michael Elbel (me)
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-09-03 19:27:58 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 06:50:45 +00:00
|
|
|
PORTNAME= xemacs
|
|
|
|
PORTVERSION= 20.4
|
1997-09-03 19:27:58 +00:00
|
|
|
CATEGORIES= editors
|
2000-10-24 12:09:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XEMACS}
|
|
|
|
MASTER_SITE_SUBDIR= ${DISTNAME}
|
1997-12-27 02:53:26 +00:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
|
1997-09-03 19:27:58 +00:00
|
|
|
|
2000-01-07 22:19:00 +00:00
|
|
|
MAINTAINER= gj@FreeBSD.org
|
1997-09-03 19:27:58 +00:00
|
|
|
|
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2000-07-04 07:13:35 +00:00
|
|
|
png.4:${PORTSDIR}/graphics/png
|
1997-09-03 19:27:58 +00:00
|
|
|
|
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
|
|
|
USE_XPM= yes
|
1997-09-03 19:27:58 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
STRIP=
|
|
|
|
HAS_CONFIGURE= yes
|
1999-02-03 23:44:30 +00:00
|
|
|
XEMACS_ARCH= ${MACHINE_ARCH}--freebsd
|
|
|
|
CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \
|
1999-01-04 03:29:20 +00:00
|
|
|
--with-clash-detection \
|
1998-10-07 21:38:00 +00:00
|
|
|
--lockdir=/var/run/emacs/lock \
|
1997-09-03 19:27:58 +00:00
|
|
|
--with-sound=native \
|
1997-11-18 20:41:44 +00:00
|
|
|
--site-includes=${PREFIX}/include \
|
|
|
|
--site-libraries=${PREFIX}/lib \
|
1997-11-12 21:41:33 +00:00
|
|
|
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \
|
1999-11-30 20:21:44 +00:00
|
|
|
--infopath=${PREFIX}/lib/xemacs/info:${PREFIX}/info:${X11BASE}/info:/usr/info:${PREFIX}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
|
1999-01-25 22:06:11 +00:00
|
|
|
--with-session=yes \
|
1998-10-01 19:29:50 +00:00
|
|
|
${WITH_XFACE} ${WITH_MULE} ${WITH_DIALOGS} ${WITH_OFFIX}
|
1997-09-03 19:27:58 +00:00
|
|
|
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
|
|
|
|
gnuserv.1 xemacs.1
|
1997-12-15 20:07:46 +00:00
|
|
|
ALL_TARGET= all dist
|
1999-02-03 23:44:30 +00:00
|
|
|
PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH}
|
1997-09-03 19:27:58 +00:00
|
|
|
|
1998-03-02 01:38:49 +00:00
|
|
|
# Have
|
1997-09-03 19:27:58 +00:00
|
|
|
pre-configure:
|
2000-04-17 00:18:05 +00:00
|
|
|
@${ECHO_MSG} "To compile in the MULE features, set the environment variable WITH_MULE"
|
1998-01-01 21:06:47 +00:00
|
|
|
.if defined(HAVE_MOTIF)
|
1999-08-27 21:14:04 +00:00
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "If your MOTIF library is actually lesstif, you might occasionally"
|
|
|
|
@${ECHO_MSG} "experience locked-up frames."
|
|
|
|
@${ECHO_MSG} "In this case, set the environment variable MOTIF_STATIC and recompile, "
|
|
|
|
@${ECHO_MSG} "which will force the use of athena widgets for dialogs."
|
1998-01-01 21:06:47 +00:00
|
|
|
.endif
|
1997-09-03 19:27:58 +00:00
|
|
|
|
2000-04-17 00:18:05 +00:00
|
|
|
.if defined(WITH_MULE)
|
1997-09-03 19:27:58 +00:00
|
|
|
WITH_MULE= --with-mule
|
1997-12-27 02:53:26 +00:00
|
|
|
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
|
2000-10-08 00:45:26 +00:00
|
|
|
PLIST= ${PKGDIR}/pkg-plist.mule
|
1997-09-03 19:27:58 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
# hack to avoid shipping binaries linked with Motif
|
|
|
|
.if defined(MOTIF_STATIC)
|
|
|
|
WITH_DIALOGS= --with-dialogs=athena
|
|
|
|
.endif
|
|
|
|
|
1998-10-01 19:29:50 +00:00
|
|
|
# Drop faces (libcompface) and offix (libDnd) if building package,
|
|
|
|
# autodetect otherwise
|
1998-02-16 14:38:26 +00:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
WITH_XFACE?= --with-xface=no
|
1998-10-01 19:29:50 +00:00
|
|
|
WITH_OFFIX?= --with-offix=no
|
1998-02-16 14:38:26 +00:00
|
|
|
.endif
|
|
|
|
|
1997-09-03 19:27:58 +00:00
|
|
|
post-install:
|
1997-12-15 20:07:46 +00:00
|
|
|
.for file in b2m ctags etags gnuclient ${DISTNAME}
|
1997-09-03 19:27:58 +00:00
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
1997-11-08 22:15:37 +00:00
|
|
|
# ``make install'' does not set the permissions like pkg_add does.
|
1999-08-22 19:01:07 +00:00
|
|
|
${CHMOD} 1777 /var/run/emacs/lock
|
|
|
|
${CHMOD} 755 ${PREFIX}/lib/xemacs/site-lisp
|
|
|
|
${CHMOD} 755 ${PREFIX}/share/emacs/site-lisp
|
1998-03-02 01:38:49 +00:00
|
|
|
${RM} -f ${PREFIX}/bin/send-pr
|
1998-10-07 21:38:00 +00:00
|
|
|
# install xemacs20.sh into ${PREFIX}/etc/rc.d
|
1999-08-22 23:33:47 +00:00
|
|
|
@if [ ! -d ${PREFIX}/etc/rc.d ]; then ${MKDIR} ${PREFIX}/etc/rc.d; fi
|
1998-10-07 21:38:00 +00:00
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/xemacs20.sh ${PREFIX}/etc/rc.d
|
1997-09-03 19:27:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|