aboutsummaryrefslogtreecommitdiffstats
path: root/editors/koffice-kde3/Makefile
blob: b5ec778f3223a95829936140d93229ab370405fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -*-mode: 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.3.5
PORTREVISION=   2
PORTEPOCH=  1
CATEGORIES= editors kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION:S/.0//}/src
DIST_SUBDIR=    KDE/koffice

MAINTAINER= kde@FreeBSD.org
COMMENT=    Office Suite for KDE3

BUILD_DEPENDS=  Magick-config:${PORTSDIR}/graphics/ImageMagick \
        dot:${PORTSDIR}/graphics/graphviz
LIB_DEPENDS=    art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
        aspell:${PORTSDIR}/textproc/aspell \
        fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
        freetype:${PORTSDIR}/print/freetype2 \
        paper.2:${PORTSDIR}/print/libpaper \
        wv2:${PORTSDIR}/textproc/wv2 \
        xml2:${PORTSDIR}/textproc/libxml2 \
        xslt:${PORTSDIR}/textproc/libxslt
RUN_DEPENDS=    wn:${PORTSDIR}/textproc/wordnet

USE_KDELIBS_VER=    3
PREFIX=         ${KDE_PREFIX}

USE_BZIP2=      yes
USE_GMAKE=      yes
USE_ICONV=      yes
USE_PYTHON=     yes
GNU_CONFIGURE=      yes
_NO_KDE_FIXPTHREAD= yes

INSTALLS_SHLIB=     yes
LDCONFIG_DIRS+=     %%PREFIX%%/lib %%PREFIX%%/lib/kde3

.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>