29 lines
870 B
Makefile
29 lines
870 B
Makefile
# $NetBSD: Makefile,v 1.33 2005/09/29 14:25:47 adam Exp $
|
|
|
|
DISTNAME= kdeedu-${_KDE_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop
|
|
|
|
PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/
|
|
PATCHFILES= post-3.4.2-kdeedu.diff
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
REPLACE_PERL= \
|
|
kvoctrain/kvoctrain/langen2kvtml \
|
|
kvoctrain/kvoctrain/spotlight2kvtml
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
|
|
SUBST_CLASSES+= hints
|
|
SUBST_STAGE.hints= post-patch
|
|
SUBST_MESSAGE.hints= "Fix includehints."
|
|
SUBST_FILES.hints= kstars/kstars/tools/*.ui
|
|
SUBST_FILTER_CMD.hints= ${GREP} -v includehint
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|