aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-11-25 02:15:34 +0800
committerdinoex <dinoex@FreeBSD.org>2008-11-25 02:15:34 +0800
commit2ab027793d022c1429f57a07d634c21ebe2857e0 (patch)
tree9be70508cb3234eafbd96148e51a07b0af724495 /lang/Makefile
parent37bcf7e995658dd6172c60454726e1ca37c1ea36 (diff)
downloadfreebsd-ports-gnome-2ab027793d022c1429f57a07d634c21ebe2857e0.tar.gz
freebsd-ports-gnome-2ab027793d022c1429f57a07d634c21ebe2857e0.tar.zst
freebsd-ports-gnome-2ab027793d022c1429f57a07d634c21ebe2857e0.zip
ScriptKit is a very lightweight cross-app scripting framework built on top of
Distributed Objects. It simply exports a dictionary containing a set of named objects for scripting with Objective-C or any languages based on the LanguageKit such as Pragmatic Smalltalk. This is used for example by the hit corners and gesture recognition tool to run arbitrary commands in response to corner activations or mouse gestures, and by ScriptServices which allows arbitrary shell or Smalltalk scripts to be invoked on the current selection from any GNUstep or Etoile application. WWW: http://www.etoile-project.org/
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 4919612ff0ab..dc9e2fcf1538 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -54,6 +54,7 @@
SUBDIR += erlang-doc
SUBDIR += erlang-lite
SUBDIR += etoile-io
+ SUBDIR += etoile-scriptkit
SUBDIR += execline
SUBDIR += expect
SUBDIR += expect-devel