2001-03-02 16:07:19 +01:00
|
|
|
# New ports collection makefile for: KDE PIM
|
|
|
|
# Date created: 2 March 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdepim
|
2002-07-04 21:39:36 +02:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2011-02-25 02:32:17 +01:00
|
|
|
PORTREVISION= 9
|
2004-08-30 21:55:42 +02:00
|
|
|
CATEGORIES= deskutils mail news palm kde
|
2001-03-02 16:07:19 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
2001-09-10 22:22:28 +02:00
|
|
|
DIST_SUBDIR= KDE
|
2001-03-02 16:07:19 +01:00
|
|
|
|
2001-09-01 10:35:47 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Personal Information Management tools for KDE
|
2001-03-02 16:07:19 +01:00
|
|
|
|
2006-12-19 22:19:54 +01:00
|
|
|
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
|
2005-03-20 19:17:55 +01:00
|
|
|
pisock:${PORTSDIR}/palm/pilot-link \
|
|
|
|
sasl2:${PORTSDIR}/security/cyrus-sasl2
|
2004-08-30 21:55:42 +02:00
|
|
|
|
2005-03-20 19:17:55 +01:00
|
|
|
CONFLICTS= akregator-[0-9]* kdenetwork-3.1.* kdeaddons-kontact-plugins-[0-9]* kdepim-kpilot-3.2.3
|
2004-02-07 12:53:23 +01:00
|
|
|
|
2007-01-15 01:18:18 +01:00
|
|
|
USE_KDEBASE_VER=3
|
2003-01-28 19:36:58 +01:00
|
|
|
PREFIX= ${KDE_PREFIX}
|
2008-08-18 11:22:07 +02:00
|
|
|
_NO_KDE_FINAL= yes
|
2003-01-28 19:36:58 +01:00
|
|
|
|
2001-03-02 16:07:19 +01:00
|
|
|
USE_BZIP2= yes
|
2007-11-01 04:45:59 +01:00
|
|
|
USE_BISON= build
|
2006-01-11 18:05:55 +01:00
|
|
|
USE_OPENSSL= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2001-03-02 16:07:19 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-03-13 20:13:51 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-09-24 08:35:57 +02:00
|
|
|
CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \
|
2006-01-11 18:05:55 +01:00
|
|
|
--with-gpgsm=${LOCALBASE}/bin/gpgsm \
|
2006-06-05 21:24:58 +02:00
|
|
|
--with-ssl-dir=${OPENSSLBASE}
|
2004-02-05 02:23:10 +01:00
|
|
|
|
2008-08-21 11:21:30 +02:00
|
|
|
OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off \
|
|
|
|
KITCHENSYNC "PIM synchronization utility" off
|
2004-03-09 20:41:12 +01:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2008-08-21 11:21:30 +02:00
|
|
|
.if defined(WITH_KITCHENSYNC)
|
|
|
|
LIB_DEPENDS+= opensync.0:${PORTSDIR}/devel/libopensync022
|
|
|
|
PLIST_SUB+= KITCHENSYNC=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= KITCHENSYNC="@comment "
|
|
|
|
DO_NOT_COMPILE+=kitchensync
|
|
|
|
.endif
|
|
|
|
|
2004-02-05 02:23:10 +01:00
|
|
|
.if exists(${LOCALBASE}/bin/gnokii)
|
2004-03-09 20:41:12 +01:00
|
|
|
. if !defined(WITH_GNOKII)
|
|
|
|
GNOKII_OVERRIDE=yes
|
2004-02-05 02:23:10 +01:00
|
|
|
WITH_GNOKII= yes
|
2004-03-09 20:41:12 +01:00
|
|
|
. endif
|
2004-02-05 02:23:10 +01:00
|
|
|
.endif
|
2002-06-15 18:16:32 +02:00
|
|
|
|
2004-02-05 02:23:10 +01:00
|
|
|
.if defined(WITH_GNOKII)
|
2004-03-09 20:41:12 +01:00
|
|
|
LIB_DEPENDS+= gnokii:${PORTSDIR}/comms/gnokii
|
2004-02-05 02:23:10 +01:00
|
|
|
.endif # defined ($(WITH_GNOKII))
|
|
|
|
|
2004-03-28 14:55:41 +02:00
|
|
|
.if defined(DO_NOT_COMPILE)
|
|
|
|
CONFIGURE_ENV+=DO_NOT_COMPILE="${DO_NOT_COMPILE}"
|
|
|
|
.endif # defined(DO_NOT_COMPILE)
|
2004-02-05 02:23:10 +01:00
|
|
|
|
2004-03-09 20:41:12 +01:00
|
|
|
pre-everything::
|
|
|
|
.if defined(GNOKII_OVERRIDE)
|
|
|
|
@${ECHO_MSG}
|
2004-03-28 14:55:41 +02:00
|
|
|
@${ECHO_MSG} "**********************************************************"
|
|
|
|
@${ECHO_MSG} "* gnokii is installed and support has been enabled *"
|
|
|
|
@${ECHO_MSG} "* automatically (no additional files will be installed). *"
|
|
|
|
@${ECHO_MSG} "**********************************************************"
|
2004-03-09 20:41:12 +01:00
|
|
|
@${ECHO_MSG}
|
|
|
|
.endif
|
|
|
|
|
2003-07-29 06:26:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|