openbsd-ports/x11/kde/office3/Makefile

110 lines
2.8 KiB
Makefile
Raw Normal View History

2006-09-18 06:21:48 -04:00
# $OpenBSD: Makefile,v 1.36 2006/09/18 10:21:49 espie Exp $
COMMENT= "office suite for KDE"
2002-04-05 11:04:24 -05:00
2006-08-04 06:35:19 -04:00
VERSION= 1.5.2
2002-04-05 11:04:24 -05:00
CATEGORIES= x11 x11/kde productivity
VMEM_WARNING= Yes
2006-08-04 06:35:19 -04:00
MASTER_SITES?= ${MASTER_SITE_KDE:S@$@stable/koffice-${VERSION}/src/@}
2006-08-04 06:35:19 -04:00
DISTNAME= koffice-${VERSION}
2006-04-02 05:44:31 -04:00
#SHARED_LIBS= karbonbase 3.0 \
# kexipropertyeditor 1.0 \
# koscript 3.0 \
SHARED_LIBS= kchartimageexport 4.0 \
kexiutils 1.0 \
kopalette 1.0 \
koproperty 0.0 \
kpresenterimageexport 4.0 \
kpresenterprivate 4.0 \
krita_cmyk_u16 0.0 \
krita_gray_u16 0.0 \
krita_lms_f32 0.0 \
krita_rgb_f16half 0.0 \
krita_rgb_f32 0.0 \
krita_rgb_u16 0.0 \
kritacolor 1.0 \
kritagrayscale 0.0 \
kritaimage 1.0 \
kritargb 0.0 \
kritascripting 0.0 \
kritaui 1.0 \
krossapi 1.0 \
krossmain 1.0 \
kwordprivate 4.0
# need to check version of these
SHARED_LIBS+= \
2006-02-14 18:35:15 -05:00
karboncommon 1.0 \
kchartcommon 3.0 \
kdchart 1.0 \
kexicore 1.0 \
kexidatatable 1.0 \
kexidb 1.0 \
kexidbparser 1.0 \
kexiextendedwidgets 1.0 \
kexiformutils 1.0 \
kexiguiutils 1.0 \
keximain 1.0 \
keximigrate 1.0 \
kexirelationsview 1.0 \
kexisql2 3.0 \
kexisql3 4.0 \
kformdesigner 1.0 \
kformulalib 4.0 \
kiviocommon 1.0 \
kochart 2.0 \
kofficecore 3.0 \
kofficeui 3.0 \
kopainter 2.0 \
kotext 3.0 \
kowmf 2.0 \
kritacommon 2.0 \
kspreadcommon 1.0 \
kstore 3.0 \
kugarlib 2.0 \
kwmailmerge_interface 5.0 \
kwmf 3.0 \
kwordexportfilters 2.0
2002-04-05 11:04:24 -05:00
FLAVORS=debug
FAKE_FLAGS= ${MAKE_FLAGS} TAR=tar DESTDIR=${WRKINST}
2002-04-05 11:04:24 -05:00
SEPARATE_BUILD= flavored
2006-04-02 05:44:31 -04:00
BUILD_DEPENDS+= ::devel/pkgconfig
MODKDE_VERSION= 3.5.3
2004-09-18 05:37:27 -04:00
AUTOCONF?= /bin/sh ${WRKDIST}/admin/cvs.sh configure
AUTOCONF_VERSION=2.59
2002-04-05 11:04:24 -05:00
2006-09-18 06:21:48 -04:00
LIB_DEPENDS= kdecore.>=4,DCOP,artskde,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kparts,kspell,kabc,kjs,kresources,ktexteditor,kutils,kwalletclient,vcard,kspell2,knewstuff,kmdi::x11/kde/libs3 \
2006-04-02 05:44:31 -04:00
python2.4.0.0:python-2.4.*:lang/python/2.4 \
2006-09-18 06:21:48 -04:00
art_lgpl_2.>=5::graphics/libart \
2004-02-26 04:52:58 -05:00
wv2::converters/wv2 \
2004-09-18 05:37:27 -04:00
Magick::graphics/ImageMagick \
jbig::graphics/jbigkit \
2006-04-02 05:44:31 -04:00
mysqlclient::databases/mysql \
2006-08-04 06:35:19 -04:00
ruby::lang/ruby \
2006-09-18 06:21:48 -04:00
exif.>=12::graphics/libexif
2002-04-05 11:04:24 -05:00
2004-12-16 02:25:25 -05:00
WANTLIB= ICE SM X11 Xext Xrender artsflow artsflow_idl audiofile bz2 c \
esd freetype glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \
gsf-1 gthread-2.0.0.0 iconv intl jasper jpeg kmedia2_idl lcms \
m mad mcop ogg ossaudio pcre pcreposix png pthread qtmcop \
soundserver_idl stdc++ tiff util vorbis vorbisenc vorbisfile \
2006-04-02 05:44:31 -04:00
xml2 xslt z Xt termcap Xi fontconfig crypto readline ssl \
2006-06-15 05:13:45 -04:00
IlmImf Half Imath Iex idn GL GLU
2006-04-02 05:44:31 -04:00
2004-12-16 02:25:25 -05:00
CONFIGURE_ARGS+= --with-pgsqlincdir=${LOCALBASE}/include/postgresql
LIB_DEPENDS+= pqxx::databases/libpqxx \
pq::databases/postgresql
2006-01-06 07:07:26 -05:00
2006-01-06 07:07:26 -05:00
USE_LIBTOOL=Yes
LIBTOOL_FLAGS=--tag=disable-static
2002-04-05 11:04:24 -05:00
.include <bsd.port.mk>