diff options
author | pawel <pawel@FreeBSD.org> | 2011-12-24 00:56:30 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-12-24 00:56:30 +0800 |
commit | 6099ceefee8c363c8d40f51ce5c5b96fbda15a3c (patch) | |
tree | d846e6aef6c738093ec2c26bc6746e42a7288cfe /x11-toolkits/Makefile | |
parent | 771fc4116709eae7d913be5f2398bb24b226d2fa (diff) | |
download | freebsd-ports-gnome-6099ceefee8c363c8d40f51ce5c5b96fbda15a3c.tar.gz freebsd-ports-gnome-6099ceefee8c363c8d40f51ce5c5b96fbda15a3c.tar.zst freebsd-ports-gnome-6099ceefee8c363c8d40f51ce5c5b96fbda15a3c.zip |
c++-gtk-utils is a lightweight library containing a number of classes and
functions for programming GTK+ programs using C++ in POSIX (unix-like)
environments, where the user does not want to use a full-on wrapper such as
gtkmm or wxWidgets, or is concerned about exception safety or thread safety
of the wrapper and their documentation.
WWW: http://cxx-gtk-utils.sourceforge.net
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 25014110709c..8ef46452a7ec 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -10,6 +10,7 @@ SUBDIR += bakery SUBDIR += blt SUBDIR += bwidget + SUBDIR += c++-gtk-utils SUBDIR += easygtk SUBDIR += eel SUBDIR += efltk |