blob: af55130f28dab4ea43f697e0847615e805421509 (
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
|
# $NetBSD: Makefile,v 1.24 2004/01/15 11:24:07 markd Exp $
DISTNAME= kdenetwork-3.1.5
CATEGORIES= net
COMMENT= Network modules for the KDE integrated X11 desktop
.include "../../meta-pkgs/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 "../../meta-pkgs/kde3/Makefile.foo_main"
.include "../../converters/uulib/buildlink2.mk"
.include "../../databases/gdbm/buildlink2.mk"
.include "../../meta-pkgs/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|