summaryrefslogtreecommitdiffstats
path: root/x11/kdebase11/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-02-27 03:30:24 +0000
committerwill <will@FreeBSD.org>2001-02-27 03:30:24 +0000
commit5433fbca2163a993cdb2b262483f08eb6c7013b7 (patch)
tree32dc9e3e904ce8ba45b0b15f6a335b495784f653 /x11/kdebase11/Makefile
parent4e5fbf38a7c0a4751717d9760939c12ddc5de9ca (diff)
downloadFreeBSD-ports-5433fbca2163a993cdb2b262483f08eb6c7013b7.zip
FreeBSD-ports-5433fbca2163a993cdb2b262483f08eb6c7013b7.tar.gz
Put kdebase 1.x back to fix broken ports I'd overlooked.
Diffstat (limited to 'x11/kdebase11/Makefile')
-rw-r--r--x11/kdebase11/Makefile61
1 files changed, 61 insertions, 0 deletions
diff --git a/x11/kdebase11/Makefile b/x11/kdebase11/Makefile
new file mode 100644
index 0000000..56031f4
--- /dev/null
+++ b/x11/kdebase11/Makefile
@@ -0,0 +1,61 @@
+# New ports collection makefile for: kdebase
+# Date created: 28 October 1997
+# Whom: Stefan Eßer <se@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kdebase
+PORTVERSION= 1.1.2
+PORTREVISION= 1
+CATEGORIES= x11 kde
+MASTER_SITES= $(MASTER_SITE_KDE)
+MASTER_SITE_SUBDIR= Attic/old/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
+
+NO_LATEST_LINK= yes
+USE_XLIB= yes
+USE_XPM= yes
+USE_BZIP2= yes
+USE_QT= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-qt-includes=${QTDIR}/include/X11/qt \
+ --with-extra-includes=${LOCALBASE}/include \
+ --with-extra-libs=${LOCALBASE}/lib \
+ --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" \
+ RUN_KAPPFINDER="no" \
+ QTDIR=${QTDIR}
+MAKE_ENV= RM=${RM}
+CFLAGS+= "-I$(PREFIX)/include"
+
+.if defined(PREFIX)
+QTDIR?= ${PREFIX}
+.else
+QTDIR?= ${X11BASE}
+.endif
+
+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."
+ @${ECHO_MSG} "In order to do this, run:"
+ @${ECHO_MSG} " # chmod 4755 ${PREFIX}/bin/*.kss"
+ @${ECHO}
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud