diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /editors/calligra/Makefile | |
parent | 856c5bf9f133ae5d553d972d5a940586d3f56048 (diff) | |
download | ports-616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad.tar.gz ports-616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad.zip |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile deleted file mode 100644 index 651b1caa2d26..000000000000 --- a/editors/calligra/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= 7 -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> |