2003-01-28 19:36:58 +01:00
|
|
|
# -*-mode: makefile-*-
|
2000-05-17 11:21:53 +02:00
|
|
|
# New ports collection makefile for: kdenetwork2
|
2003-01-28 19:36:58 +01:00
|
|
|
# Date created: 2 November 2001
|
|
|
|
# Whom: will@cvs.kde.org
|
1997-11-03 01:39:00 +01:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-11-03 01:39:00 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= kdenetwork
|
2003-01-28 19:36:58 +01:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2004-02-05 02:23:10 +01:00
|
|
|
CATEGORIES?= net kde
|
2000-09-15 23:40:47 +02: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
|
1997-11-03 01:39:00 +01:00
|
|
|
|
2001-08-30 20:56:50 +02:00
|
|
|
MAINTAINER?= kde@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Network-related programs and modules for KDE
|
1997-11-03 01:39:00 +01:00
|
|
|
|
2004-08-30 21:55:42 +02:00
|
|
|
LIB_DEPENDS= idn:${PORTSDIR}/devel/libidn \
|
|
|
|
slp:${PORTSDIR}/net/openslp
|
2004-11-26 04:08:32 +01:00
|
|
|
RUN_DEPENDS= ${QT_PREFIX}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls
|
2004-06-09 18:58:30 +02:00
|
|
|
|
2004-08-11 03:27:37 +02:00
|
|
|
CONFLICTS= kopete-[0-9]*
|
|
|
|
|
2003-01-28 19:36:58 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
|
2004-06-09 18:58:30 +02:00
|
|
|
USE_PERL5= yes
|
1999-02-28 22:48:09 +01:00
|
|
|
USE_BZIP2= yes
|
1999-02-08 23:25:54 +01:00
|
|
|
USE_GMAKE= yes
|
2004-02-05 02:23:10 +01:00
|
|
|
USE_REINPLACE= yes
|
2002-10-10 19:57:59 +02:00
|
|
|
|
2003-01-28 19:36:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
2004-09-03 19:00:29 +02:00
|
|
|
DO_NOT_COMPILE+=lanbrowsing
|
2002-06-15 18:16:32 +02:00
|
|
|
|
2004-09-03 19:00:29 +02:00
|
|
|
.if defined(DO_NOT_COMPILE)
|
|
|
|
CONFIGURE_ENV+=DO_NOT_COMPILE="${DO_NOT_COMPILE}"
|
|
|
|
.endif # defined(DO_NOT_COMPILE)
|
2004-08-30 21:55:42 +02:00
|
|
|
|
2003-07-29 06:26:22 +02:00
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-06-09 18:58:30 +02:00
|
|
|
pre-configure:
|
2004-09-03 19:00:29 +02:00
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
-E -e '/^SUBDIRS/s/lisa//g' \
|
|
|
|
${WRKSRC}/doc/Makefile.in
|
2004-08-30 21:55:42 +02:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
.if ${OSVERSION} < 500028
|
|
|
|
@${REINPLACE_CMD} -e 's|$$(depcomp)||g' \
|
|
|
|
${WRKSRC}/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile
|
|
|
|
.endif
|
|
|
|
|
2003-07-29 06:26:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|