pkgsrc/misc/kdeutils3/Makefile
skrll 687d6d1cb4 Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.

Changes are:
arts
	Again Build fixes.
	Realtime priority configuration fix

kdelibs
	dcop: Make it possible to disable the Qt bridge.
	make sure tooltip effects can be configured.
	kbuildsycoca: avoid crash on unreadable directories.
	kdockwidget: fixing reading of configuration.
	kedittoolbar: fix leak.
	khtml: many fixes.
	kded: signal handling fixes.
	kio-http slave: fixes related to form posts and cache handling.
	kjs: added max recursion limit.
	kjs: leak and compatibility fixes.

kdebase
	kicker: &-escaping fix
	audiocd: fix cddb computation
	thumbnail previewer: calculate the number of bytes to read instead
	    of hardcoding it.
2002-07-17 07:54:03 +00:00

26 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/07/17 07:54:06 skrll Exp $
DISTNAME= kdeutils-3.0.2
COMMENT= Utilities for the KDE integrated X11 desktop
.include "../../x11/kde3/Makefile.kde3"
USE_BUILDLINK_ONLY= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
LIBS= -Wl,--export-dynamic
. if exists(/usr/include/machine/apmvar.h)
CPPFLAGS+= -D__NetBSD_APM__
. endif
.endif
post-install:
${CHMOD} -s ${PREFIX}/bin/efax
.include "../../x11/kde3/buildlink.mk"
.include "../../x11/kdebase3/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"