blob: e4be11511c0f596121f24dbd96368a8317c53e8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $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"
|