aboutsummaryrefslogtreecommitdiffstats
path: root/devel/amulet/pkg-descr
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-05-12 22:04:52 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-05-12 22:04:52 +0800
commitc40751aeb0edb1b4b0adf3e83798a5a961700e0d (patch)
treedb918854cbb9f46b338314ba39861378ce0975a2 /devel/amulet/pkg-descr
parent37a09d7d2be66cd81664181a043584173b292ac3 (diff)
downloadfreebsd-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-descr24
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