2001-03-02 15:07:19 +00: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 19:39:36 +00:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2004-08-30 19:55:42 +00:00
|
|
|
CATEGORIES= deskutils mail news palm kde
|
2001-03-02 15:07:19 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 19:55:42 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
2001-09-10 20:22:28 +00:00
|
|
|
DIST_SUBDIR= KDE
|
2001-03-02 15:07:19 +00:00
|
|
|
|
2001-09-01 08:35:47 +00:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Personal Information Management tools for KDE
|
2001-03-02 15:07:19 +00:00
|
|
|
|
2004-12-13 20:12:15 +00:00
|
|
|
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
|
|
|
|
mal:${PORTSDIR}/palm/libmal \
|
2005-03-20 18:17:55 +00:00
|
|
|
pisock:${PORTSDIR}/palm/pilot-link \
|
|
|
|
sasl2:${PORTSDIR}/security/cyrus-sasl2
|
2004-08-30 19:55:42 +00:00
|
|
|
|
2005-03-20 18:17:55 +00:00
|
|
|
CONFLICTS= akregator-[0-9]* kdenetwork-3.1.* kdeaddons-kontact-plugins-[0-9]* kdepim-kpilot-3.2.3
|
2004-02-07 11:53:23 +00:00
|
|
|
|
2002-04-21 23:47:50 +00:00
|
|
|
USE_KDELIBS_VER=3
|
2003-01-28 18:36:58 +00:00
|
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
|
2001-03-02 15:07:19 +00:00
|
|
|
USE_BZIP2= yes
|
2003-01-28 18:36:58 +00:00
|
|
|
USE_BISON= yes
|
2001-12-04 03:47:18 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-03-02 15:07:19 +00:00
|
|
|
USE_GMAKE= yes
|
2004-02-05 01:23:10 +00:00
|
|
|
USE_REINPLACE= yes
|
2001-03-02 15:07:19 +00:00
|
|
|
|
2003-01-28 18:36:58 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
2004-09-24 06:35:57 +00:00
|
|
|
CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \
|
|
|
|
--with-gpgsm=${LOCALBASE}/bin/gpgsm
|
2004-02-05 01:23:10 +00:00
|
|
|
|
2004-08-30 19:55:42 +00:00
|
|
|
OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off
|
2004-03-09 19:41:12 +00:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-03-20 18:17:55 +00:00
|
|
|
.if ${OSVERSION} < 500035
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl
|
|
|
|
.endif
|
|
|
|
|
2004-02-05 01:23:10 +00:00
|
|
|
.if exists(${LOCALBASE}/bin/gnokii)
|
2004-03-09 19:41:12 +00:00
|
|
|
. if !defined(WITH_GNOKII)
|
|
|
|
GNOKII_OVERRIDE=yes
|
2004-02-05 01:23:10 +00:00
|
|
|
WITH_GNOKII= yes
|
2004-03-09 19:41:12 +00:00
|
|
|
. endif
|
2004-02-05 01:23:10 +00:00
|
|
|
.endif
|
2002-06-15 16:16:32 +00:00
|
|
|
|
2004-02-05 01:23:10 +00:00
|
|
|
.if defined(WITH_GNOKII)
|
2004-03-09 19:41:12 +00:00
|
|
|
LIB_DEPENDS+= gnokii:${PORTSDIR}/comms/gnokii
|
2004-02-05 01:23:10 +00:00
|
|
|
.endif # defined ($(WITH_GNOKII))
|
|
|
|
|
2004-03-28 12:55:41 +00:00
|
|
|
.if defined(DO_NOT_COMPILE)
|
|
|
|
CONFIGURE_ENV+=DO_NOT_COMPILE="${DO_NOT_COMPILE}"
|
|
|
|
.endif # defined(DO_NOT_COMPILE)
|
2004-02-05 01:23:10 +00:00
|
|
|
|
2004-03-09 19:41:12 +00:00
|
|
|
pre-everything::
|
|
|
|
.if defined(GNOKII_OVERRIDE)
|
|
|
|
@${ECHO_MSG}
|
2004-03-28 12:55:41 +00: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 19:41:12 +00:00
|
|
|
@${ECHO_MSG}
|
|
|
|
.endif
|
|
|
|
|
2003-07-29 04:26:22 +00:00
|
|
|
.include <bsd.port.post.mk>
|