summaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-11 20:54:46 +0000
committerhubertf <hubertf>1997-10-11 20:54:46 +0000
commitac3c86cfa18cb9c7be9777658c19625887e06f98 (patch)
tree589ba2da816625ec3bdad7010eb8ea0403a62c7b /editors/emacs/Makefile
parent804fd65a157e5432d8f38de401595f12ee6e4f26 (diff)
downloadpkgsrc-ac3c86cfa18cb9c7be9777658c19625887e06f98.tar.gz
Import of FSF emacs 19.34 port
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
new file mode 100644
index 00000000000..f96dbd4c15e
--- /dev/null
+++ b/editors/emacs/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: GNU emacs
+# Version required: 19.34b
+# Date created: 29 October 1994
+# Whom: jkh
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 20:54:46 hubertf Exp $
+#
+
+DISTNAME= emacs-19.34b
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= ports@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/emacs-19.34
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
+STRIP=
+MAN1= emacs.1 etags.1 ctags.1
+
+post-install:
+.for file in emacs-19.34 emacsclient etags ctags b2m
+ strip ${PREFIX}/bin/${file}
+.endfor
+ if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+.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
+
+.include <bsd.port.mk>