summaryrefslogtreecommitdiffstats
path: root/x11/kdebase11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase11/Makefile')
-rw-r--r--x11/kdebase11/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/x11/kdebase11/Makefile b/x11/kdebase11/Makefile
index 9864f8a..9720f2f 100644
--- a/x11/kdebase11/Makefile
+++ b/x11/kdebase11/Makefile
@@ -7,12 +7,18 @@
PORTNAME= kdebase
PORTVERSION= 1.1.2
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+PATCH_SITES= ftp://ftp.kde.gr.jp/pub/kde/stable/latest/distribution/tar/generic/jp-patch/
+PATCHFILES= kdebase-ja.19990823.diff.gz
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= will@FreeBSD.org
+BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
intl.1:${PORTSDIR}/devel/gettext
@@ -20,15 +26,20 @@ USE_XLIB= yes
USE_XPM= yes
USE_BZIP2= yes
USE_QT= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xdmdir=${X11BASE}/lib/X11/xdm
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" PATH="${PATH}:${X11BASE}/bin"
-USE_GMAKE= yes
+ INSTALL_SCRIPT="install -c -m 555" PATH="${PATH}:${X11BASE}/bin" \
+ RUN_KAPPFINDER="no"
MAKE_ENV= RM=${RM}
CFLAGS+= "-I$(PREFIX)/include"
+pre-patch:
+ @${CP} ${FILESDIR}/ja.kimap ${WRKSRC}/kikbd/maps
+
post-install:
+ ${INSTALL_DATA} ${FILESDIR}/kwmrc ${PREFIX}/share/config
@${ECHO}
@${ECHO_MSG} "Due to the potential security hole represented by the KDE"
@${ECHO_MSG} "screensavers, you will have to set them setuid yourself."
OpenPOWER on IntegriCloud