diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-06 14:12:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-06 14:12:16 +0800 |
commit | 8791b8846036757258cd702a09e8ffc4af2b92da (patch) | |
tree | d827d7c59f58cd5b685353ffb8212138fc05e996 /x11-toolkits/Makefile | |
parent | 79c778a0f01eacf932f5d698114e0f0cd63b2a1e (diff) | |
download | freebsd-ports-gnome-8791b8846036757258cd702a09e8ffc4af2b92da.tar.gz freebsd-ports-gnome-8791b8846036757258cd702a09e8ffc4af2b92da.tar.zst freebsd-ports-gnome-8791b8846036757258cd702a09e8ffc4af2b92da.zip |
New Port: GToolKit
GToolKit is a (relatively) small library that implements a simple and easy
to use Objective-C interface to the GTK+ widget set. Well, the library in
itself does not do very much, of course. It just allows you to write your
favourite program in my favourite programming language
- Fix dependencies and missing defines
- do configure in configure step
- make portlint happy
- use variables in plist
- honor it does install in Local, not in System
PR: 33843
Submitted by: flynn@energyhq.homeip.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 6009299f171e..7eb7fc6beec6 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -51,6 +51,7 @@ SUBDIR += gtkscintilla SUBDIR += gtkstep SUBDIR += gtkstep-pastel + SUBDIR += gtoolkit SUBDIR += guile-gnome SUBDIR += guile-gtk SUBDIR += icegradient |