Index: kwatch/Makefile diff -u kwatch/Makefile:1.1.1.1 kwatch/Makefile:1.1.3.1 --- kwatch/Makefile:1.1.1.1 Sun Sep 26 00:37:07 1999 +++ kwatch/Makefile Sun Sep 26 05:00:35 1999 @@ -20,7 +20,18 @@ USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= "--with-qt-includes=${QTDIR}/include/X11/qt" \ + "--with-qt-libraries=${QTDIR}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" \ + "--with-extra-libs=${LOCALBASE}/lib" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" + INSTALL_SCRIPT="install -c -m 555" \ + MOC="${QTDIR}/bin/moc" + +.if defined(PREFIX) +QTDIR?= ${PREFIX} +.else +QTDIR?= ${X11BASE} +.endif .include Index: kwatch/pkg/PLIST diff -u kwatch/pkg/PLIST:1.1.1.1 kwatch/pkg/PLIST:1.1.3.1 --- kwatch/pkg/PLIST:1.1.1.1 Sun Sep 26 00:37:08 1999 +++ kwatch/pkg/PLIST Sun Sep 26 05:00:36 1999 @@ -1,9 +1,9 @@ bin/kwatch -share/doc/HTML/en/kwatch/index.html -share/doc/HTML/en/kwatch/index-1.html -share/doc/HTML/en/kwatch/index-2.html -share/doc/HTML/en/kwatch/index-3.html -share/doc/HTML/en/kwatch/logotp3.gif -share/locale/de/LC_MESSAGES/kwatch.mo -share/applnk/Utilities/kwatch.kdelnk -@dirrm share/doc/HTML/en/kwatch +share/kde/doc/HTML/en/kwatch/index.html +share/kde/doc/HTML/en/kwatch/index-1.html +share/kde/doc/HTML/en/kwatch/index-2.html +share/kde/doc/HTML/en/kwatch/index-3.html +share/kde/doc/HTML/en/kwatch/logotp3.gif +share/kde/locale/de/LC_MESSAGES/kwatch.mo +share/kde/applnk/Utilities/kwatch.kdelnk +@dirrm share/kde/doc/HTML/en/kwatch