2003-10-03 23:08:30 +02:00
|
|
|
# New ports collection makefile for: basket
|
|
|
|
# Date created: Mon Sep 8 19:32:42 CEST 2003
|
|
|
|
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
2012-04-26 18:29:13 +02:00
|
|
|
MAINTAINER= shanjobe@gmail.com
|
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
|
|
|
|
2008-04-07 01:00:31 +02:00
|
|
|
OPTIONS= KONTACT "Kontact plugin" on \
|
|
|
|
GPGME "GPG support (experimental)" off
|
2006-10-31 20:36:13 +01:00
|
|
|
|
2008-06-27 03:39:20 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2008-04-07 01:00:31 +02:00
|
|
|
.if defined(WITH_KONTACT)
|
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
|
|
|
|
|
2008-04-07 01:00:31 +02:00
|
|
|
.if defined(WITH_GPGME)
|
|
|
|
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
|
|
|
|
2008-06-27 03:39:20 +02:00
|
|
|
.include <bsd.port.post.mk>
|