summaryrefslogtreecommitdiff
path: root/editors/koffice-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/koffice-kde4/Makefile')
-rw-r--r--editors/koffice-kde4/Makefile80
1 files changed, 0 insertions, 80 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile
deleted file mode 100644
index 4851acac05c4..000000000000
--- a/editors/koffice-kde4/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-# New ports collection makefile for: koffice
-# Date created: Sun May 14 2000 16:33:15
-# Whom: Will Andrews <will@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= koffice
-PORTVERSION= 1.6.3
-PORTREVISION= 3
-PORTEPOCH= 2
-CATEGORIES= editors kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION:S/a//}/src
-DIST_SUBDIR= KDE/koffice
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Office Suite for KDE3
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx
-LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick \
- art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
- aspell:${PORTSDIR}/textproc/aspell \
- exif.12:${PORTSDIR}/graphics/libexif \
- fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
- freetype:${PORTSDIR}/print/freetype2 \
- lcms:${PORTSDIR}/graphics/lcms \
- paper:${PORTSDIR}/print/libpaper \
- poppler-qt:${PORTSDIR}/graphics/poppler-qt \
- wpd-0.8:${PORTSDIR}/textproc/libwpd \
- wv2:${PORTSDIR}/textproc/wv2 \
- xml2:${PORTSDIR}/textproc/libxml2 \
- xslt:${PORTSDIR}/textproc/libxslt
-RUN_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx
-
-USE_AUTOTOOLS= libtool:15
-USE_LDCONFIG= yes
-PREFIX= ${KDE_PREFIX}
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_KDELIBS_VER=3
-USE_MYSQL= yes
-USE_PYTHON= yes
-USE_RUBY= yes
-USE_PGSQL= yes
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \
- --with-pgsqllibdir=${LOCALBASE}/lib \
- --with-pqxx-includes=${LOCALBASE}/include \
- --with-pqxx-libraries=${LOCALBASE}/lib
-
-.if ${OSVERSION} < 500035
-EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp
-CONFIGURE_ARGS+= --disable-final
-.endif
-
-post-configure:
-.if ${OSVERSION} < 500035
- ${REINPLACE_CMD} -e 's|\(^CPPFLAGS =.*\)|\1 -I${LOCALBASE}/include/stlport|g' \
- -e 's|\(^LDFLAGS =.*\)|\1 -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}|g' \
- ${WRKSRC}/filters/krita/tiff/Makefile \
- ${WRKSRC}/filters/kspread/excel/sidewinder/Makefile \
- ${WRKSRC}/kchart/Makefile \
- ${WRKSRC}/kchart/kdchart/Makefile \
- ${WRKSRC}/kexi/kexidb/drivers/pqxx/Makefile \
- ${WRKSRC}/kexi/migration/pqxx/Makefile
- ${REINPLACE_CMD} -e 's|round(|rint(|g' \
- ${WRKSRC}/krita/plugins/filters/levelfilter/kgradientslider.cc
- ${REINPLACE_CMD} -e 's|-O[s23]||g' -e 's|-O|-O0|g' \
- ${WRKSRC}/krita/plugins/filters/cimg/Makefile
- ${REINPLACE_CMD} -e 's|xor|^|g' \
- ${WRKSRC}/kspread/kspread_style.cc
- ${REINPLACE_CMD} -e 's|trunc(|rint(|g' \
- ${WRKSRC}/kchart/kdchart/KDChartAxesPainter.cpp
-.endif
-
-.include <bsd.port.post.mk>