diff options
author | alane <alane@FreeBSD.org> | 2003-04-05 22:16:12 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-04-05 22:16:12 +0000 |
commit | fe14168a6a9e96b50d94f97bbe29560f10ad71b6 (patch) | |
tree | 7ad4b1573f5e13aa04ff9e7a475d08292382e77f /x11/kdebase3/Makefile | |
parent | b858b8112101608ceebc7305dda632a422120c53 (diff) | |
download | FreeBSD-ports-fe14168a6a9e96b50d94f97bbe29560f10ad71b6.zip FreeBSD-ports-fe14168a6a9e96b50d94f97bbe29560f10ad71b6.tar.gz |
Rejoice, for the long awaited upgrade to kde 3.1.1 is here!
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 3fe945cc..1ae4170 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -17,6 +17,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= This package provides the basic applications for the KDE system +BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients + USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} KDE_BUILD_PLIST=yes @@ -34,7 +36,6 @@ CONFIGURE_ENV+= RUN_KAPPFINDER=no CONFIGURE_ARGS+=--disable-ltdl-install \ --without-ldap \ --disable-closure \ - ${XINERAMA} \ --without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm @@ -42,14 +43,15 @@ CONFIGURE_ARGS+=--disable-ltdl-install \ .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if exists(${X11BASE}/bin/mkfontdir) -PLIST_APPEND+= plist.mkfontdir -.endif # exists(${X11BASE}/bin/mkfontdir) - .if exists(${X11BASE}/include/Xm/Xm.h) WITH_MOTIF= yes .endif # exists(${X11BASE}/include/Xm/Xm.h) +.if defined(WITHOUT_MOTIF) +.undef WITH_MOTIF +CONFIGURE_ARGS+= --without-motif +.endif # defined(WITHOUT_MOTIF) + .if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif @@ -63,25 +65,6 @@ pre-extract:: @${ECHO_MSG} .endif # defined(WITH_MOTIF) -.if exists(${X11BASE}/lib/libfontconfig.so.1) -WITH_FONTCONFIG=yes -.endif - -.if defined(WITH_FONTCONFIG) -LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig -.endif - -.if defined(WITHOUT_XINERAMA) -XINERAMA= --without-xinerama -.else -XINERAMA= --with-xinerama -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you don't want to compile with Xinerama support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITHOUT_XINERAMA=yes\"" - @${ECHO_MSG} -.endif # defined(WITH_XINERAMA) - post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv |