summaryrefslogtreecommitdiff
path: root/x11/kde4
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-07-04 19:39:36 +0000
committerWill Andrews <will@FreeBSD.org>2002-07-04 19:39:36 +0000
commit3491a5043bbc0dcbc5daf88687e37526ec8b0841 (patch)
treefd07129b0c440c5a288143ea205cf8cd04ebda3b /x11/kde4
parentUpdate to 3.0.2 (full log): (diff)
Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.
Notes
Notes: svn path=/head/; revision=62445
Diffstat (limited to 'x11/kde4')
-rw-r--r--x11/kde4/Makefile.kde32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde
index 5caac1294006..da73119350fd 100644
--- a/x11/kde4/Makefile.kde
+++ b/x11/kde4/Makefile.kde
@@ -11,6 +11,38 @@ CONFIGURE_ARGS?=
# Stop the docs from regenerating.
COPY= -c -p
+# For ports that have I18N components only.
+.if defined(KDE_I18N)
+_NO_KDE_FINAL= yes
+_NO_KDE_NDEBUG= yes
+.endif
+
+# Unfortunately, this feature doesn't work right now due to binary files.
+_NO_KDE_PATCHUP=yes
+
+# Start options here.
+.if !defined(_NO_KDE_PATCHUP)
+.if !defined(KDE_PATCHFROM_VER)
+PATCHFROM_VER= ${KDE_ORIGVER}
+.else
+PATCHFROM_VER= ${KDE_PATCHFROM_VER}
+.endif
+.if !defined(KDE_PATCHTO_VER)
+PATCHTO_VER= ${KDE_VERSION}
+.else
+PATCHTO_VER= ${KDE_PATCHTO_VER}
+.endif
+.if !defined(KDE_DISTNAME)
+DISTNAME= ${PORTNAME}-${PATCHFROM_VER}
+.else
+DISTNAME= ${KDE_DISTNAME}
+.endif
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= will/kde-diffs/${KDE_VERSION}
+PATCHFILES= ${PORTNAME}-${PATCHFROM_VER}-${PATCHTO_VER}.diff.bz2
+PATCH_DIST_STRIP=-p1
+.endif
+
.if !defined(_NO_KDE_CONFTARGET_HACK)
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}