aboutsummaryrefslogtreecommitdiff
path: root/graphics/dore/files
Commit message (Collapse)AuthorAgeFilesLines
* * Modified patches to support ARCH/CFLAGS/PREFIX properlySteve Price1999-12-239-34/+176
| | | | | | | | | | | | * Modified patches to support INSTALL_MACROS instead of cp/mv command * Moved install path of data files from lib/ to share/ * Fixed pkg/PLIST PR: 15335 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23904
* 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-194-0/+205
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