[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / kdenetwork3

Annotation of pkgsrc/net/kdenetwork3/Makefile, Revision 1.75

1.75    ! wiz         1: # $NetBSD: Makefile,v 1.74 2010/01/18 09:59:19 wiz Exp $
1.1       skrll       2:
1.26      markd       3: DISTNAME=      kdenetwork-${_KDE_VERSION}
1.75    ! wiz         4: PKGREVISION=   7
1.1       skrll       5: CATEGORIES=    net
                      6: COMMENT=       Network modules for the KDE integrated X11 desktop
                      7:
1.26      markd       8: CONFLICTS=     kopete-[0-9]*
                      9:
1.69      markd      10: PKG_DESTDIR_SUPPORT=   user-destdir
                     11:
1.19      markd      12: .include "../../meta-pkgs/kde3/Makefile.kde3"
1.1       skrll      13:
1.48      markd      14: DEPENDS+=              qca-tls>=1.0:../../security/qca-tls
                     15:
1.49      markd      16: USE_TOOLS+=            pkg-config
1.4       jlam       17: PTHREAD_OPTS+=         require
1.12      skrll      18:
1.52      markd      19: REPLACE_PERL+=         ksirc/dsirc \
1.34      markd      20:                        knewsticker/knt-0.1-0.2.pl \
1.38      markd      21:                        kopete/kopete/kconf_update/kopete-account-0.10.pl \
1.34      markd      22:                        kopete/kopete/kconf_update/kopete-pluginloader.pl
1.13      markd      23:
1.38      markd      24: REPLACE_INTERPRETER+=  bash
1.51      ghen       25: REPLACE.bash.old=      /bin/bash
                     26: REPLACE.bash.new=      ${SH}
                     27: REPLACE_FILES.bash=    krfb/krfb_httpd/krfb_httpd
1.38      markd      28:
1.55      markd      29: CONFIGURE_ARGS+=       --disable-meanwhile
                     30:
1.13      markd      31: .include "../../mk/bsd.prefs.mk"
                     32:
1.43      markd      33: .if ${OPSYS} == "NetBSD"
                     34: CONFIGURE_ENV+=                ac_cv_header_net_if_ppp_h=yes
                     35: .endif
                     36:
1.13      markd      37: .if ${OPSYS} == "SunOS"
                     38: CONFIGURE_ENV+=                ac_cv_sys_file_offset_bits=no
                     39: .endif
1.12      skrll      40:
1.61      joerg      41: .if ${X11_TYPE} != "native"
                     42: .include "../../x11/libXScrnSaver/buildlink3.mk"
                     43: .elif !exists(${X11BASE}/lib/libXss.so)
1.27      markd      44: CONFIGURE_ENV+=                ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
                     45: .endif
                     46:
1.37      markd      47: post-configure:
                     48:        ${TOUCH} ${WRKSRC}/Makefile ${WRKSRC}/config.h
                     49:        (cd ${WRKSRC}/kopete/protocols/jabber/libiris/iris/xmpp-core; \
                     50:        ${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
                     51:        ${RM} Makefile.save)
                     52:
1.33      markd      53: .include "../../meta-pkgs/kde3/kde3.mk"
                     54: .include "../../converters/uulib/buildlink3.mk"
                     55: .include "../../databases/gdbm/buildlink3.mk"
1.34      markd      56: .include "../../devel/libidn/buildlink3.mk"
1.59      markd      57: .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
1.33      markd      58: .include "../../net/openslp/buildlink3.mk"
                     59: .include "../../x11/kdebase3/buildlink3.mk"
                     60: .include "../../x11/kdelibs3/buildlink3.mk"
1.57      joerg      61: .include "../../x11/libXmu/buildlink3.mk"
                     62: .include "../../x11/libXtst/buildlink3.mk"
1.68      markd      63: .include "../../x11/libXxf86vm/buildlink3.mk"
1.60      abs        64: .include "../../x11/xextproto/buildlink3.mk"
1.33      markd      65: .include "../../mk/pthread.buildlink3.mk"
1.1       skrll      66: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>