openbsd-ports/x11/kde/pim3/Makefile

100 lines
2.6 KiB
Makefile
Raw Normal View History

2006-09-18 08:19:39 -04:00
# $OpenBSD: Makefile,v 1.36 2006/09/18 12:19:40 espie Exp $
2003-12-07 21:25:50 -05:00
COMMENT= "KDE personal information applications"
2004-04-13 00:22:36 -04:00
COMMENT-kpilot= "KDE interface to sync with Palm Pilot"
CATEGORIES= x11 x11/kde productivity
2006-08-03 06:53:35 -04:00
VERSION= 3.5.4
DISTNAME= kdepim-${VERSION}
PKGNAME= ${DISTNAME}p0
MODKDE_VERSION= 3.5.3
SHARED_LIBS= gpgme++ 3.0 \
index 1.0 \
kabc_groupdav 2.0 \
kabc_groupwise 2.0 \
kabc_newexchange 2.0 \
kabc_slox 1.0 \
kabc_xmlrpc 2.0 \
kabckolab 1.0 \
kabinterfaces 2.0 \
kaddressbook 1.0 \
kcal 3.0 \
kcal_blogging 2.0 \
kcal_groupdav 2.0 \
kcal_groupwise 2.0 \
kcal_newexchange 2.0 \
kcal_resourcefeatureplan 2.0 \
kcal_resourceremote 2.0 \
kcal_slox 1.0 \
kcal_xmlrpc 2.0 \
kcalkolab 1.0 \
kdepim 2.0 \
kgantt 1.0 \
kgroupwarebase 1.0 \
kgroupwaredav 1.0 \
kholidays 2.0 \
kitchensyncui 1.0 \
kleopatra 2.0 \
kmime 5.0 \
knotes_xmlrpc 2.0 \
knoteskolab 1.0 \
kocorehelper 2.0 \
kode 2.0 \
konnector 1.0 \
kontact 2.0 \
korg_stdprinting 2.0 \
korganizer 2.0 \
korganizer_calendar 2.0 \
korganizer_eventviewer 2.0 \
kpgp 5.0 \
kpilot 1.0 \
kpimexchange 2.0 \
kpimidentities 2.0 \
kpinterfaces 2.0 \
ksieve 1.0 \
kslox 1.0 \
ksync 2.0 \
ksync2 1.0 \
ktnef 2.0 \
mimelib 2.1 \
multisynk 1.0 \
qgpgme 1.0
2006-01-05 14:36:56 -05:00
2003-12-15 16:23:20 -05:00
2006-08-03 06:53:35 -04:00
LIB_DEPENDS+= kdecore.>=6,artskde,kmedia2_idl,knewstuff,DCOP,kabc,kabc_file,kimproxy,kdefakes,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell,kutils,kwalletclient,vcard::x11/kde/libs3
WANTLIB= Xss audiofile stdc++ ossaudio X11 jpeg util m \
2006-09-18 08:19:39 -04:00
vorbisfile gmodule-2.0 gthread-2.0 \
2005-06-02 10:01:25 -04:00
pcreposix intl vorbisenc qui SM pthread \
c artsflow ogg ncurses mcop png iconv Xext \
2006-09-18 08:19:39 -04:00
artsflow_idl art_lgpl_2 mad qtmcop glib-2.0 \
glib-2.0 ICE readline soundserver_idl Xrender \
gpg-error vorbis pcre esd z sasl2 idn
2006-04-01 05:49:17 -05:00
FLAVORS= debug
LIB_DEPENDS+= pisock::comms/pilot-link
2004-02-01 19:01:10 -05:00
RUN_DEPENDS+= ::x11/kde/base3
LIB_DEPENDS+= gpgme:gpgme->=0.4.5:security/gpgme \
sasl2::security/cyrus-sasl2
#MULTI_PACKAGES=-kpilot
FULLPKGNAME-kpilot = kpilot-${VERSION}p0
SUBPACKAGE?=
#.if !defined(PACKAGING) || ${SUBPACKAGE} == "-kpilot"
#LIB_DEPENDS+= pisock::comms/pilot-link
#LIB_DEPENDS+= kcal::x11/kde/pim3
#.endif
## for kaddressbook
#.if defined(PACKAGING) && ${SUBPACKAGE} == ""
#RUN_DEPENDS+= ::x11/kde/base3
#.endif
#.if !defined(PACKAGING) || ${SUBPACKAGE} == ""
#LIB_DEPENDS+= gpgme:gpgme->=0.4.5:security/gpgme
#.endif
2006-01-05 14:36:56 -05:00
USE_LIBTOOL=Yes
LIBTOOL_FLAGS+=--tag disable-static
#SEPARATE_BUILD= flavored
.include <bsd.port.mk>