1994-08-21 13:19:28 +00:00
|
|
|
# New ports collection makefile for: GNU emacs
|
1994-10-29 21:49:46 +00:00
|
|
|
# Date created: 29 October 1994
|
1994-08-21 13:19:28 +00:00
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1994-08-21 13:19:28 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:25:54 +00:00
|
|
|
PORTNAME= emacs
|
|
|
|
PORTVERSION= 19.34b
|
1996-11-11 05:07:53 +00:00
|
|
|
CATEGORIES= editors
|
1996-11-18 10:25:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= emacs
|
1995-04-09 06:11:17 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-07-17 10:38:15 +00:00
|
|
|
|
1999-03-11 21:47:15 +00:00
|
|
|
Y2K= http://www.gnu.org/software/year2000.html
|
|
|
|
|
1998-09-14 07:26:05 +00:00
|
|
|
EMACS_VERSION= 19.34
|
1999-03-08 07:28:36 +00:00
|
|
|
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
|
|
|
|
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
|
1998-04-04 07:36:46 +00:00
|
|
|
NO_LATEST_LINK= yes
|
1996-11-19 13:15:31 +00:00
|
|
|
WRKSRC= ${WRKDIR}/emacs-19.34
|
1996-10-18 08:56:31 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1995-04-09 06:11:17 +00:00
|
|
|
USE_GMAKE= yes
|
2000-04-17 00:18:05 +00:00
|
|
|
.if !defined(WITHOUT_X11)
|
1999-03-08 07:28:36 +00:00
|
|
|
CONFIGURE_ARGS= --with-x-toolkit --sharedstatedir=/var/run
|
1999-07-04 03:28:44 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run
|
|
|
|
.endif
|
1999-01-23 14:28:28 +00:00
|
|
|
|
1995-04-09 06:11:17 +00:00
|
|
|
STRIP=
|
1996-11-17 07:01:32 +00:00
|
|
|
MAN1= emacs.1 etags.1 ctags.1
|
1994-08-21 13:19:28 +00:00
|
|
|
|
1995-06-26 05:58:07 +00:00
|
|
|
post-install:
|
1997-05-20 10:25:12 +00:00
|
|
|
.for file in emacs-19.34 emacsclient etags ctags b2m
|
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
1997-12-14 02:04:04 +00:00
|
|
|
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
|
1997-05-20 10:25:12 +00:00
|
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
|
|
.endfor
|
1999-01-02 12:26:11 +00:00
|
|
|
# install emacs.sh into ${PREFIX}/etc/rc.d
|
1999-08-22 19:01:07 +00:00
|
|
|
${CHMOD} 1777 /var/run/emacs/lock
|
1999-01-02 12:26:11 +00:00
|
|
|
@${MKDIR} ${PREFIX}/etc/rc.d
|
|
|
|
@${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
|
1995-06-26 05:58:07 +00:00
|
|
|
|
1994-08-21 13:19:28 +00:00
|
|
|
.include <bsd.port.mk>
|