From a2f61f25b2b7eaf60ea257525d2298e7fbe760ff Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 17 Jan 2007 11:05:42 +0000 Subject: This is GtkAda version 3.1.3. This package is an Ada2005 graphical library for the Gimp Toolkit, which means this is a set of packages to allow you to easily create some graphical interfaces under X11 and Win32, using Ada2005 as a programming language. Every widget from gtk 2.2 has been bound, and the test program found in the gtk release has been reimplemented in Ada (have a look at the testgtk/ directory). WWW: http://libre.adacore.com/ PR: ports/107415 Submitted by: John Merryweather Cooper Repocopy by: marcus --- x11-toolkits/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11-toolkits/Makefile') diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 603eca7b2ea0..fb1e949a3042 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -58,6 +58,7 @@ SUBDIR += gtkada SUBDIR += gtkada-devel SUBDIR += gtkada-gcc + SUBDIR += gtkada-gps SUBDIR += gtkdatabox SUBDIR += gtkdatabox2 SUBDIR += gtkextra -- cgit