blob: c5bc9470041e6cfa6286c8e1d923bb697b363109 (
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
|
# $NetBSD: Makefile,v 1.14 2003/04/01 12:27:10 markd Exp $
DISTNAME= kdenetwork-3.1.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
.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"
|