mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
39e77a7007
Security: CAN-2005-2971 Security: CESA-2005-005 Security: http://www.kde.org/info/security/advisory-20051011-1.txt Security: Opening specially crafted RTF files in KWord can cause execution of abitrary code.
64 lines
1.8 KiB
Makefile
64 lines
1.8 KiB
Makefile
# 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.4.1
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= editors kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION:S/.0//: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 \
|
|
Magick-config:${PORTSDIR}/graphics/ImageMagick
|
|
LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
|
|
aspell:${PORTSDIR}/textproc/aspell \
|
|
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
|
|
freetype:${PORTSDIR}/print/freetype2 \
|
|
lcms:${PORTSDIR}/graphics/lcms \
|
|
paper:${PORTSDIR}/print/libpaper \
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
PREFIX= ${KDE_PREFIX}
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_MYSQL= yes
|
|
USE_PYTHON= yes
|
|
USE_PGSQL= yes
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500035
|
|
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp
|
|
.endif
|
|
|
|
post-patch:
|
|
@env TZ=UTC ${TOUCH} -t 200507191955.36 ${WRKSRC}/config.h.in
|
|
|
|
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/kspread/excel/sidewinder/Makefile \
|
|
${WRKSRC}/kexi/kexidb/drivers/pqxx/Makefile \
|
|
${WRKSRC}/kexi/migration/pqxx/Makefile
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|