summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/Makefile
blob: ab4c1f37bd4828fc364ef8639c2ccb7a7b1c4d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $NetBSD: Makefile,v 1.18 2003/07/13 13:52:55 wiz Exp $

DISTNAME=	kdenetwork-3.1.2
PKGREVISION=	1
CATEGORIES=	net
COMMENT=	Network modules for the KDE integrated X11 desktop

.include "../../x11/kde3/Makefile.kde3"

USE_BUILDLINK2=		yes
PTHREAD_OPTS+=		require

FOO_MAIN_FILES= \
	ksirc/ksirc_main.cpp \
	kxmlrpc/kxmlrpcd_main.cpp

REPLACE_PERL=		ksirc/dsirc

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+=		ac_cv_sys_file_offset_bits=no
.endif

.include "../../x11/kde3/Makefile.foo_main"

.include "../../converters/uulib/buildlink2.mk"
.include "../../databases/gdbm/buildlink2.mk"
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"

.include "../../mk/bsd.pkg.mk"