diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-14 02:37:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-14 02:37:25 +0800 |
commit | 0058cd3db749bb168c4049864090ed555c7b1c3d (patch) | |
tree | a112bac3ad34067329332f07faae0c4170084088 /x11-toolkits/Makefile | |
parent | 34ccea430b12e6ab3719399380a54359da00ce70 (diff) | |
download | freebsd-ports-gnome-0058cd3db749bb168c4049864090ed555c7b1c3d.tar.gz freebsd-ports-gnome-0058cd3db749bb168c4049864090ed555c7b1c3d.tar.zst freebsd-ports-gnome-0058cd3db749bb168c4049864090ed555c7b1c3d.zip |
wxWidgets is a C++ cross-platform GUI toolkit.
Link with the appropriate library for your platform and
compiler, and your application will adopt the look and
feel appropriate to that platform.
D is a general purpose systems and applications programming
language. It is a higher level language than C++, but retains the
ability to write high performance code and interface directly
with the operating system API's and with hardware. D is not a
scripting language, nor an interpreted language.
wxD is wxWidgets bindings for the D programming language.
WWW: http://wxd.sourceforge.net/
PR: ports/102797
Submitted by: Jona Joachim <walkingshadow(at)grummel.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 e63548869357..69474ca53d8b 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -226,6 +226,7 @@ SUBDIR += vte SUBDIR += vte-reference SUBDIR += wmapp + SUBDIR += wxd SUBDIR += wxgtk24 SUBDIR += wxgtk24-contrib SUBDIR += wxgtk24-docs |