summaryrefslogtreecommitdiff
path: root/devel/libglade/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.8Yukihiro Nakai1999-11-171-2/+2
| | | | | | | | PR: ports/14923 Submitted by: Ade Lovett<ade@lovett.com> Notes: svn path=/head/; revision=23160
* PR: ports/14303Yukihiro Nakai1999-10-141-6/+4
| | | | | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 0.7 Notes: svn path=/head/; revision=22430
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Mark this port broken. It doesn't link correctly on many boxes becauseSteve Price1999-08-221-1/+3
| | | | | | | libtool summarily deletes --rpath directives in link mode. Notes: svn path=/head/; revision=20869
* Initial import of the GNOME glade library version 0.3.Steve Price1999-08-221-0/+28
A library that allows you to load GLADE interfaces at runtime (you don't have to generate stubs with GLADE before hand). This way you can change the look of your application without recompiling. This way you can write the logic behind the interface separately from the code to build the interface, so changing the interface is not so much of a problem. PR: 12781 (12 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20868