diff options
author | Dima Ruban <dima@FreeBSD.org> | 2000-02-19 22:13:35 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 2000-02-19 22:13:35 +0000 |
commit | 3cc92cfdf16a3a4d55fd1be2d0f45de59479da78 (patch) | |
tree | 0259df4a0a20db9123054870e001b446033c8c79 /palm/kpilot/Makefile | |
parent | a8ab7a81414ab1851f9d10d77c1372d69b8dc493 (diff) |
Notes
Diffstat (limited to 'palm/kpilot/Makefile')
-rw-r--r-- | palm/kpilot/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile index 0cdc2e1395b0..752539cd452e 100644 --- a/palm/kpilot/Makefile +++ b/palm/kpilot/Makefile @@ -13,25 +13,15 @@ MASTER_SITES= http://www.slac.com/pilone/kpilot_home/download/ MAINTAINER= dima@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - kdeui.2:${PORTSDIR}/x11/kdelibs11 \ - jscript.2:${PORTSDIR}/x11/kdelibs11 \ - khtmlw.2:${PORTSDIR}/x11/kdelibs11 \ - kfm.2:${PORTSDIR}/x11/kdelibs11 \ - mediatool.2:${PORTSDIR}/x11/kdelibs11 + kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_QT= yes KDEDIR?= $(PREFIX) -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_GMAKE= yes -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" \ - KDEDIR="${KDEDIR}" +CONFIGURE_ENV= KDEDIR="${KDEDIR}" MAKE_ENV= KDEDIR="${KDEDIR}" -pre-configure: - ${CP} ${FILESDIR}/libtool.${PORTOBJFORMAT} ${WRKSRC}/kpilot/libpilot/libtool - ${CP} ${FILESDIR}/ltmain.sh ${WRKSRC}/kpilot/libpilot/ltmain.sh .include <bsd.port.mk> |