Index: kpilot/Makefile diff -u kpilot/Makefile:1.1.1.1 kpilot/Makefile:1.1.3.1 --- kpilot/Makefile:1.1.1.1 Sun Sep 26 00:37:04 1999 +++ kpilot/Makefile Sun Sep 26 04:56:33 1999 @@ -25,11 +25,19 @@ KDEDIR?= $(PREFIX) GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= "--with-qt-includes=${QTDIR}/include/X11/qt" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" \ - KDEDIR="${KDEDIR}" + KDEDIR="${KDEDIR}" \ + QTDIR="${QTDIR}" MAKE_ENV= KDEDIR="${KDEDIR}" + +.if defined(PREFIX) +QTDIR?= ${PREFIX} +.else +QTDIR?= ${X11BASE} +.endif pre-configure: ${CP} ${FILESDIR}/libtool.${PORTOBJFORMAT} ${WRKSRC}/kpilot/libpilot/libtool Index: kpilot/pkg/PLIST diff -u kpilot/pkg/PLIST:1.1.1.1 kpilot/pkg/PLIST:1.1.3.1 --- kpilot/pkg/PLIST:1.1.1.1 Sun Sep 26 00:37:04 1999 +++ kpilot/pkg/PLIST Sun Sep 26 04:56:35 1999 @@ -2,13 +2,13 @@ bin/kpilotDaemon bin/pilotListener lib/libpisock.so.2.0 -share/applnk/Utilities/KPilotDaemon.kdelnk -share/applnk/Utilities/kpilot.kdelnk -share/doc/HTML/de/kpilot/index.html -share/doc/HTML/de/kpilot/using-kpilot.html -share/doc/HTML/en/kpilot/index.html -share/doc/HTML/en/kpilot/using-kpilot.html -share/icons/kpilot.xpm -share/icons/mini/kpilot.xpm -@dirrm share/doc/HTML/en/kpilot -@dirrm share/doc/HTML/de/kpilot +share/kde/applnk/Utilities/KPilotDaemon.kdelnk +share/kde/applnk/Utilities/kpilot.kdelnk +share/kde/doc/HTML/de/kpilot/index.html +share/kde/doc/HTML/de/kpilot/using-kpilot.html +share/kde/doc/HTML/en/kpilot/index.html +share/kde/doc/HTML/en/kpilot/using-kpilot.html +share/kde/icons/kpilot.xpm +share/kde/icons/mini/kpilot.xpm +@dirrm share/kde/doc/HTML/en/kpilot +@dirrm share/kde/doc/HTML/de/kpilot