blob: 96f722e26bfa4a820cb03470db2c823c29652b73 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# $NetBSD: Makefile,v 1.51 2006/03/11 10:07:50 ghen Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
PKGREVISION= 1
CATEGORIES= net
COMMENT= Network modules for the KDE integrated X11 desktop
CONFLICTS= kopete-[0-9]*
.include "../../meta-pkgs/kde3/Makefile.kde3"
DEPENDS+= qca-tls>=1.0:../../security/qca-tls
USE_DIRS+= xdg-1.1
USE_TOOLS+= pkg-config
PTHREAD_OPTS+= require
REPLACE_PERL= ksirc/dsirc \
knewsticker/knt-0.1-0.2.pl \
kopete/kopete/kconf_update/kopete-account-0.10.pl \
kopete/kopete/kconf_update/kopete-pluginloader.pl
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= krfb/krfb_httpd/krfb_httpd
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ENV+= ac_cv_header_net_if_ppp_h=yes
.endif
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
.endif
.if !exists(${X11BASE}/lib/libXss.so)
CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
.endif
post-configure:
${TOUCH} ${WRKSRC}/Makefile ${WRKSRC}/config.h
(cd ${WRKSRC}/kopete/protocols/jabber/libiris/iris/xmpp-core; \
${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
${RM} Makefile.save)
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../converters/uulib/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../net/openslp/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|