1997-09-03 21:27:58 +02:00
|
|
|
# New ports collection makefile for: X-Emacs
|
1999-06-23 00:02:00 +02:00
|
|
|
# Date created: 24 Apr 1999
|
|
|
|
# Whom: Michael Elbel (me@FreeBSD.org)
|
1997-09-03 21:27:58 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-09-03 21:27:58 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:50:45 +02:00
|
|
|
PORTNAME= xemacs
|
|
|
|
PORTVERSION= ${XEMACS_VER}
|
2000-04-14 19:10:50 +02:00
|
|
|
CATEGORIES+= editors
|
1997-12-15 21:07:46 +01:00
|
|
|
MASTER_SITES= \
|
1999-12-25 13:34:09 +01:00
|
|
|
ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \
|
|
|
|
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \
|
|
|
|
ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-${XEMACS_REL}/ \
|
|
|
|
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/
|
1999-06-23 00:02:00 +02:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX}
|
1997-09-03 21:27:58 +02:00
|
|
|
|
2000-01-17 21:59:15 +01:00
|
|
|
MAINTAINER?= gj@FreeBSD.org
|
1997-09-03 21:27:58 +02:00
|
|
|
|
2000-04-20 21:39:00 +02:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
|
1999-12-25 13:34:09 +01:00
|
|
|
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \
|
1998-09-15 13:46:15 +02:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-11-16 22:14:47 +01:00
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
1997-09-03 21:27:58 +02:00
|
|
|
|
1999-12-25 13:34:09 +01:00
|
|
|
XEMACS_REL= 21.1
|
2000-02-17 22:38:02 +01:00
|
|
|
XEMACS_VER= 21.1.9
|
1999-06-23 00:02:00 +02:00
|
|
|
DIST_SUBDIR= xemacs
|
|
|
|
|
2000-04-20 21:39:00 +02:00
|
|
|
SLAVEDIRS+= editors/xemacs21-mule
|
1999-12-25 13:34:09 +01:00
|
|
|
USE_XLIB= yes
|
1997-09-03 21:27:58 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
STRIP=
|
|
|
|
HAS_CONFIGURE= yes
|
1999-02-04 00:44:30 +01:00
|
|
|
XEMACS_ARCH= ${MACHINE_ARCH}--freebsd
|
1999-12-25 13:34:09 +01:00
|
|
|
CONFIGURE_ARGS?=${XEMACS_ARCH} --prefix=${PREFIX} \
|
1999-01-04 04:29:20 +01:00
|
|
|
--with-clash-detection \
|
1998-10-07 23:38:00 +02:00
|
|
|
--lockdir=/var/run/emacs/lock \
|
1997-09-03 21:27:58 +02:00
|
|
|
--with-sound=native \
|
2000-02-18 02:59:03 +01:00
|
|
|
--site-includes=${PREFIX}/include \
|
|
|
|
--site-libraries=${PREFIX}/lib \
|
1999-01-25 23:06:11 +01:00
|
|
|
--with-session=yes \
|
1999-10-14 23:47:04 +02:00
|
|
|
--with-png=yes \
|
1999-11-16 22:14:47 +01:00
|
|
|
--with-tiff=yes \
|
1999-10-14 23:47:04 +02:00
|
|
|
${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX}
|
1999-12-25 13:34:09 +01:00
|
|
|
MAKE_ARGS= prefix=${PREFIX}
|
|
|
|
.if !defined(MULE_SLAVE)
|
1997-09-03 21:27:58 +02:00
|
|
|
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
|
|
|
|
gnuserv.1 xemacs.1
|
1999-12-25 13:34:09 +01:00
|
|
|
.endif
|
|
|
|
.if !defined(MULE_PORT)
|
1997-12-15 21:07:46 +01:00
|
|
|
ALL_TARGET= all dist
|
1999-12-25 13:34:09 +01:00
|
|
|
.endif
|
1999-06-23 00:02:00 +02:00
|
|
|
|
|
|
|
PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
|
1997-09-03 21:27:58 +02:00
|
|
|
|
1999-12-25 13:34:09 +01:00
|
|
|
.if !defined(MULE_PORT)
|
1999-06-23 00:02:00 +02:00
|
|
|
pre-fetch:
|
1999-10-14 23:47:04 +02:00
|
|
|
@${ECHO_MSG} "If you want the MULE features, please use the xemacs-mule port"
|
1998-01-01 22:06:47 +01:00
|
|
|
.if defined(HAVE_MOTIF)
|
1999-06-23 00:02:00 +02:00
|
|
|
.if !defined(MOTIF_STATIC)
|
1999-08-28 03:52:21 +02: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 22:06:47 +01:00
|
|
|
.endif
|
1999-06-23 00:02:00 +02:00
|
|
|
.endif
|
1997-09-03 21:27:58 +02:00
|
|
|
|
|
|
|
# hack to avoid shipping binaries linked with Motif
|
|
|
|
.if defined(MOTIF_STATIC)
|
|
|
|
WITH_DIALOGS= --with-dialogs=athena
|
|
|
|
.endif
|
|
|
|
|
1998-10-01 21:29:50 +02:00
|
|
|
# Drop faces (libcompface) and offix (libDnd) if building package,
|
|
|
|
# autodetect otherwise
|
1998-02-16 15:38:26 +01:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
WITH_XFACE?= --with-xface=no
|
1998-10-01 21:29:50 +02:00
|
|
|
WITH_OFFIX?= --with-offix=no
|
1998-02-16 15:38:26 +01:00
|
|
|
.endif
|
1999-12-25 13:34:09 +01:00
|
|
|
.endif
|
1998-02-16 15:38:26 +01:00
|
|
|
|
1999-12-25 13:34:09 +01:00
|
|
|
post-install::
|
|
|
|
.if !defined(MULE_COMMON)
|
2000-01-07 22:17:34 +01:00
|
|
|
${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
|
1999-06-23 00:02:00 +02:00
|
|
|
.for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER}
|
1997-09-03 21:27:58 +02:00
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
1999-12-25 13:34:09 +01:00
|
|
|
.endif
|
|
|
|
.if !defined(MULE_SLAVE)
|
1997-11-08 23:15:37 +01:00
|
|
|
# ``make install'' does not set the permissions like pkg_add does.
|
1999-12-25 13:34:09 +01:00
|
|
|
${MKDIR} /var/run/emacs/lock
|
1999-08-22 21:01:07 +02:00
|
|
|
${CHMOD} 1777 /var/run/emacs/lock
|
1998-03-02 02:38:49 +01:00
|
|
|
${RM} -f ${PREFIX}/bin/send-pr
|
1999-06-23 00:02:00 +02:00
|
|
|
# install xemacs21.sh into ${PREFIX}/etc/rc.d
|
|
|
|
@if [ ! -d ${PREFIX}/etc/rc.d ]; then ${MKDIR} ${PREFIX}/etc/rc.d; fi
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/xemacs21.sh ${PREFIX}/etc/rc.d
|
1999-12-25 13:34:09 +01:00
|
|
|
.endif
|
1997-09-03 21:27:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|