diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-08-01 01:06:50 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-08-01 01:06:50 +0000 |
commit | 172bb13b8b61c9186e7195865577cf9411e31d13 (patch) | |
tree | a5ddeda2cb98df48797d6c09d8746b967c3d13aa /misc/Makefile | |
parent | 930ae5a10e24778150b9ee7c43d37a0b0470b605 (diff) |
- Add a new port: misc/rabbit
Rabbit is an RD-document-based presentation application.
Rabbit has some features which set it apart from other presentation tools:
* Use plain Ruby to define the look of your slides
* Lots of keyboard commands
* Mouse gesture support
* and more...
WWW: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit%3A%3AREADME.en
Notes
Notes:
svn path=/head/; revision=258555
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index db4ad4f7f5c4..3c26655018c9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -473,6 +473,7 @@ SUBDIR += quick-lounge-applet SUBDIR += quotes SUBDIR += quranref + SUBDIR += rabbit SUBDIR += ree SUBDIR += renamedlgplugins SUBDIR += rfc |