diff options
Diffstat (limited to 'devel/amulet/pkg-descr')
-rw-r--r-- | devel/amulet/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/amulet/pkg-descr b/devel/amulet/pkg-descr new file mode 100644 index 000000000000..ee70c0d8180c --- /dev/null +++ b/devel/amulet/pkg-descr @@ -0,0 +1,24 @@ +Amulet is a toolkit for building graphical user interfaces in C++. + +Get the manual from: + http://www.cs.cmu.edu/~amulet/amulet3-documentation.html + +This port builds three versions of the library: + libamulet.so.3.0: shared library with the inspector + (for development) + libamulet-release.so.3.0: shared library without the inspector + libamulet-release.a: static version of the above library + +In addition, the following programs are installed in /usr/X11R6/bin: + gilt: the interface designer + agate: gesture training program + +The sample programs are installed in /usr/X11R6/share/amulet/samples. + +There is also a sample Makefile (sample.Makefile) in that directory +that you can use to build amulet programs. This is an adaption +of the Makefiles that come with amulet, which does not require the +AMULET_DIR and AMULET_VARS_FILE to be set. + +Filip Bovyn +bovynf@awe.be |