diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-29 04:06:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-29 04:06:41 +0800 |
commit | 05bf9487f48e53865e2669c52893076411c86c9a (patch) | |
tree | 9b226a10be6cb757dd51e50b4ff48e40c210de73 /editors/Makefile | |
parent | 79b3d284e3925cc54df9e9a7bcc3de94178de3cb (diff) | |
download | freebsd-ports-gnome-05bf9487f48e53865e2669c52893076411c86c9a.tar.gz freebsd-ports-gnome-05bf9487f48e53865e2669c52893076411c86c9a.tar.zst freebsd-ports-gnome-05bf9487f48e53865e2669c52893076411c86c9a.zip |
This is GNU Emacs ported to OS X and GNUstep, based on the earlier
Rhapsody, OPENSTEP, and NeXTSTEP versions.
This port offers superior platform support for MacOS X and GNUstep,
including full desktop integration (dock, drag/drop, etc.), standard
keybindings, use of standard Font, Color, and File open/save panels,
and support for Services. Via GNUstep, it provides anti-aliased font
rendering on Linux and other Unix systems.
This port is based on GNU Emacs 23 from CVS.
PR: 103510
Submitted by: Gürkan Sengün
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 6c5bcd11d321..1e6243ce51f5 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -42,6 +42,7 @@ SUBDIR += em SUBDIR += emacs SUBDIR += emacs-devel + SUBDIR += emacs.app SUBDIR += emacs19 SUBDIR += emacs20 SUBDIR += emacs20-dl |