summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-21 13:19:28 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-21 13:19:28 +0000
commit7ca702f09f2945c1baaadef9b7bd13bd867de422 (patch)
tree10a2ee2a07ab174958f1faa9eb9d74002661b3d9 /editors/emacs
parentCommit my new ports make macros. Still not 100% complete yet by any means (diff)
The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :) Submitted by: jkh
Notes
Notes: svn path=/head/; revision=6
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
new file mode 100644
index 000000000000..6db2510035fb
--- /dev/null
+++ b/editors/emacs/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: GNU emacs
+# Version required: 19.25
+# Date created: 20 August 1994
+# Whom: jkh
+#
+# $Id$
+#
+
+DISTNAME= emacs-19.25
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu
+
+.include <bsd.port.mk>