pkgsrc/misc/kdeedu4/Makefile
markd e4aeda29e7 Update KDE4 to 4.3.2
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
  stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
  a number of bugs in effect plugins such as the famous coverswitch window
  switcher
* The biggest number of bugs for this release has been fixed in KMail,
  KDE's email client, making it more reliable and usable by correcting a
  number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer
2009-10-11 08:13:38 +00:00

37 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2009/10/11 08:13:38 markd Exp $
DISTNAME= kdeedu-${_KDE_VERSION}
CATEGORIES= misc
COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop
.include "../../meta-pkgs/kde4/Makefile.kde4"
# BUILD_MAKE_FLAGS+= VERBOSE=1
CMAKE_ARGS+= -DBUILD_kmplot:BOOL=OFF
CMAKE_ARGS+= -DWITH_SBIG:BOOL=OFF
# CMAKE_ARGS+= -DWITH_PyKDE4:BOOL=OFF # "sip: MarblePlacemarkModel is undefined"
#XXX detection does not work reliably
CMAKE_ARGS+= -DWITH_BoostPython:BOOL=off
# eigen2.0.4 tries to use _M_erase_at_end - not defined.
CMAKE_ARGS+= -DBUILD_step:BOOL=OFF
USE_GNU_READLINE= yes
BROKEN_READLINE_DETECTION= yes
.include "../../meta-pkgs/kde4/kde4.mk"
#.include "../../lang/python/application.mk"
#.include "../../devel/boost-python/buildlink3.mk"
.include "../../devel/cfitsio/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
#BUILDLINK_API_DEPENDS.eigen2+= eigen2>=2.0.3
#.include "../../math/eigen2/buildlink3.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../x11/kdebase-runtime4/buildlink3.mk"
.include "../../x11/kdebase-workspace4/buildlink3.mk"
.include "../../x11/kdebindings4-python/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"