summaryrefslogtreecommitdiff
path: root/x11/qt1/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2000-04-13remove extra link which should not be needed and has the potentialdmcmahill1-2/+1
for confusion.
2000-03-30Apply GIF patch in "post-patch" target so that an interrupted buildtron1-2/+2
can be continued.
2000-03-28make qt1 install in its own directory instead of renaming its installeddmcmahill1-13/+20
components. This allows users of Qt to specify QTDIR=/path/to/qt instead of having to patch all configure scripts and makefiles to look for alternate names. This is the recommended approach from Troll Tech (Qt authors). update pkgs which use qt1 to reflect this.
2000-03-23This is a modified version of the qt-1.44 package. It has been modifieddmcmahill1-0/+57
to coexist with the up and coming qt-2.0.2 package. This will allow packages which still requrire qt-1.44 to work (ie are not compatible with Qt-2). As such, this package should be considered a temporary one. Once all packages which use qt-1.* have be updated to use qt-2.*, this package may be depricated. The modifications to this package from the qt-1.44 package are: - header files are installed in ${PREFIX}/include/qt1 - manual pages have "_1" appended to the name (ie "man foo" becomes "man foo_1") - the program "moc" is now named "moc1"