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-06-26 11:42:53 +02:00
|
|
|
PORTREVISION= 1
|
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-03-09 20:41:12 +01:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/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-06-09 18:58:30 +02:00
|
|
|
LIB_DEPENDS= slp:${PORTSDIR}/net/openslp
|
|
|
|
|
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
|
2002-06-15 18:16:32 +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:
|
|
|
|
.if ${OSVERSION} < 500028
|
|
|
|
@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|g' \
|
|
|
|
${WRKSRC}/kopete/protocols/gadu/libgadu/libgadu-config.h.in
|
|
|
|
.endif
|
|
|
|
|
2003-07-29 06:26:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|