1994-08-21 13:19:28 +00:00
|
|
|
# New ports collection makefile for: GNU emacs
|
1996-11-19 13:15:31 +00:00
|
|
|
# Version required: 19.34b
|
1994-10-29 21:49:46 +00:00
|
|
|
# Date created: 29 October 1994
|
1994-08-21 13:19:28 +00:00
|
|
|
# Whom: jkh
|
|
|
|
#
|
1996-11-19 13:15:31 +00:00
|
|
|
# $Id: Makefile,v 1.25 1996/11/18 10:22:58 asami Exp $
|
1994-08-21 13:19:28 +00:00
|
|
|
#
|
|
|
|
|
1996-11-19 13:15:31 +00:00
|
|
|
DISTNAME= emacs-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}
|
1995-04-09 06:11:17 +00:00
|
|
|
|
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
|
1996-10-18 16:16:49 +00:00
|
|
|
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
|
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:
|
1996-09-04 00:56:24 +00:00
|
|
|
for file in emacs-19.34 emacsclient etags ctags b2m; do \
|
1995-06-26 08:25:34 +00:00
|
|
|
strip ${PREFIX}/bin/$$file; \
|
|
|
|
done
|
1995-06-26 05:58:07 +00:00
|
|
|
|
1994-08-21 13:19:28 +00:00
|
|
|
.include <bsd.port.mk>
|