2013-02-08 08:20:32 +01:00
|
|
|
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
|
2003-10-03 23:08:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-01-23 15:12:34 +01:00
|
|
|
PORTNAME= basket
|
|
|
|
PORTVERSION= 1.0.3.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2009-01-23 15:12:34 +01:00
|
|
|
CATEGORIES= deskutils kde
|
|
|
|
MASTER_SITES= http://basket.kde.org/downloads/
|
2003-10-03 23:08:30 +02:00
|
|
|
|
2013-02-08 08:20:32 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-01-23 15:12:34 +01:00
|
|
|
COMMENT= Desktop organization tool
|
2003-10-03 23:08:30 +02:00
|
|
|
|
2009-01-23 15:12:34 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2009-01-23 15:12:34 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-10-03 23:08:30 +02:00
|
|
|
|
2013-02-08 08:20:32 +01:00
|
|
|
OPTIONS_DEFINE= KONTACT GPGME
|
|
|
|
OPTIONS_DEFAULT= KONTACT GPGME
|
|
|
|
KONTACT_DESC= Kontact plugin
|
|
|
|
GPGME_DESC= GPG support (experimental)
|
2006-10-31 20:36:13 +01:00
|
|
|
|
2013-02-08 08:20:32 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2008-06-27 03:39:20 +02:00
|
|
|
|
2013-02-08 08:20:32 +01:00
|
|
|
.if ${PORT_OPTIONS:MKONTACT}
|
2006-10-31 20:36:13 +01:00
|
|
|
LIB_DEPENDS+= kontact.1:${PORTSDIR}/deskutils/kdepim3
|
|
|
|
PLIST_SUB= KONTACT=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB= KONTACT="@comment "
|
|
|
|
CONFIGURE_ENV+= DO_NOT_COMPILE="kontact_plugin"
|
|
|
|
.endif
|
|
|
|
|
2013-02-08 08:20:32 +01:00
|
|
|
.if ${PORT_OPTIONS:MGPGME}
|
2008-04-07 01:00:31 +02:00
|
|
|
RUN_DEPENDS+= pinentry-qt:${PORTSDIR}/security/pinentry-qt
|
2011-07-21 14:43:39 +02:00
|
|
|
LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme \
|
2008-04-07 01:00:31 +02:00
|
|
|
gpg-error.0:${PORTSDIR}/security/libgpg-error
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-encryption=no
|
|
|
|
.endif
|
|
|
|
|
2003-10-03 23:08:30 +02:00
|
|
|
post-patch:
|
2005-03-10 16:16:27 +01:00
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-10-03 23:08:30 +02:00
|
|
|
|
2013-02-08 08:20:32 +01:00
|
|
|
.include <bsd.port.mk>
|