1994-08-21 09:19:28 -04:00
|
|
|
# New ports collection makefile for: GNU emacs
|
1996-11-19 08:15:31 -05:00
|
|
|
# Version required: 19.34b
|
1994-10-29 17:49:46 -04:00
|
|
|
# Date created: 29 October 1994
|
1994-08-21 09:19:28 -04:00
|
|
|
# Whom: jkh
|
|
|
|
#
|
1997-05-20 06:25:12 -04:00
|
|
|
# $Id: Makefile,v 1.27 1997/04/18 10:48:33 asami Exp $
|
1994-08-21 09:19:28 -04:00
|
|
|
#
|
|
|
|
|
1996-11-19 08:15:31 -05:00
|
|
|
DISTNAME= emacs-19.34b
|
1996-11-11 00:07:53 -05:00
|
|
|
CATEGORIES= editors
|
1996-11-18 05:25:35 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1995-04-09 02:11:17 -04:00
|
|
|
|
1996-11-19 08:15:31 -05:00
|
|
|
WRKSRC= ${WRKDIR}/emacs-19.34
|
1996-10-18 04:56:31 -04:00
|
|
|
GNU_CONFIGURE= yes
|
1995-04-09 02:11:17 -04:00
|
|
|
USE_GMAKE= yes
|
1996-10-18 12:16:49 -04:00
|
|
|
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
|
1995-04-09 02:11:17 -04:00
|
|
|
STRIP=
|
1996-11-17 02:01:32 -05:00
|
|
|
MAN1= emacs.1 etags.1 ctags.1
|
1994-08-21 09:19:28 -04:00
|
|
|
|
1995-06-26 01:58:07 -04:00
|
|
|
post-install:
|
1997-05-20 06:25:12 -04:00
|
|
|
.for file in emacs-19.34 emacsclient etags ctags b2m
|
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
1997-04-18 06:50:28 -04:00
|
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
|
|
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
|
|
fi
|
1997-05-20 06:25:12 -04:00
|
|
|
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode
|
|
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
|
|
.endfor
|
1995-06-26 01:58:07 -04:00
|
|
|
|
1994-08-21 09:19:28 -04:00
|
|
|
.include <bsd.port.mk>
|