diff options
author | swills <swills@FreeBSD.org> | 2017-02-28 06:23:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-02-28 06:23:16 +0800 |
commit | e5fe7897ba7ec451ca217d6b0ee8b6859fe0e6f6 (patch) | |
tree | 70da3bb7b1cf75e919d243dcaff98b60ed1216e6 /editors/Makefile | |
parent | 07e2b8264db47db773b1df620537fd017c6f5957 (diff) | |
download | freebsd-ports-gnome-e5fe7897ba7ec451ca217d6b0ee8b6859fe0e6f6.tar.gz freebsd-ports-gnome-e5fe7897ba7ec451ca217d6b0ee8b6859fe0e6f6.tar.zst freebsd-ports-gnome-e5fe7897ba7ec451ca217d6b0ee8b6859fe0e6f6.zip |
editors/micro: create port
Micro is a terminal-based text editor that aims to be easy to use and
intuitive, while also taking advantage of the full capabilities of modern
terminals.
WWW: https://micro-editor.github.io/
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 e93599326f0d..b4d22f83abc4 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -201,6 +201,7 @@ SUBDIR += madedit SUBDIR += manedit SUBDIR += mg + SUBDIR += micro SUBDIR += mined SUBDIR += morla SUBDIR += mousepad |