summaryrefslogtreecommitdiff
path: root/graphics/dore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-5/+6
| | | | Notes: svn path=/head/; revision=1309
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn'tAndreas Schulz1995-03-291-1/+1
| | | | | | | show up in the makefiles in the deeper directories. Notes: svn path=/head/; revision=1237
* Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11.Andreas Schulz1995-03-191-6/+10
| | | | Notes: svn path=/head/; revision=1152
* Changed all occurences of /usr/include/dore.h to relative includes in theAndreas Schulz1995-02-251-0/+61
| | | | | | | | tree. Change the -ldore to a -L../../../lib/i386 -ldore so that this port finds this library now. Notes: svn path=/head/; revision=1034
* The Dore' graphics toolkit. This thing is a monster, but the examplesJordan K. Hubbard1995-02-199-0/+245
are pretty impressive. This needs a lot more polishing to really do it justice, but this will at least give you the libraries, headers and an example to look at. Notes: svn path=/head/; revision=1009