diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-05-12 22:04:52 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-05-12 22:04:52 +0800 |
commit | c40751aeb0edb1b4b0adf3e83798a5a961700e0d (patch) | |
tree | db918854cbb9f46b338314ba39861378ce0975a2 /devel/amulet/pkg-descr | |
parent | 37a09d7d2be66cd81664181a043584173b292ac3 (diff) | |
download | freebsd-ports-gnome-c40751aeb0edb1b4b0adf3e83798a5a961700e0d.tar.gz freebsd-ports-gnome-c40751aeb0edb1b4b0adf3e83798a5a961700e0d.tar.zst freebsd-ports-gnome-c40751aeb0edb1b4b0adf3e83798a5a961700e0d.zip |
A free C++ GUI library.
Submitted by: Filip Bovyn <bovynf@awe.be>
PR: ports/4192
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 |