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

Annotation of pkgsrc/security/libprelude/Makefile, Revision 1.46

1.46    ! wiz         1: # $NetBSD: Makefile,v 1.45 2012/07/05 15:42:55 drochner Exp $
1.1       shannonj    2: #
1.35      joerg       3:
1.38      joerg       4: COMMENT=       LibPrelude libraries and c++ easy bindings
1.46    ! wiz         5: PKGREVISION=   5
1.38      joerg       6:
                      7: PKG_DESTDIR_SUPPORT=   user-destdir
                      8:
1.37      hasso       9: .include "../../security/libprelude/Makefile.common"
1.24      shannonj   10:
                     11: CONF_FILES+=   ${PREFIX}/share/examples/libprelude/client.conf ${PKG_SYSCONFDIR}/default/client.conf
                     12: CONF_FILES+=   ${PREFIX}/share/examples/libprelude/global.conf ${PKG_SYSCONFDIR}/default/global.conf
                     13: CONF_FILES+=   ${PREFIX}/share/examples/libprelude/idmef-client.conf ${PKG_SYSCONFDIR}/default/idmef-client.conf
                     14: CONF_FILES+=   ${PREFIX}/share/examples/libprelude/tls.conf ${PKG_SYSCONFDIR}/default/tls.conf
                     15:
1.44      hans       16: CONFIGURE_ARGS+=       --without-python --without-lua --without-perl --without-ruby
                     17:
1.37      hasso      18: PKGCONFIG_OVERRIDE+=   src/libprelude.pc.in
                     19:
                     20: PKG_OPTIONS_VAR=       PKG_OPTIONS.libprelude
                     21: PKG_SUPPORTED_OPTIONS= debug
                     22:
                     23: .include "../../mk/bsd.options.mk"
1.8       joerg      24:
1.37      hasso      25: .if !empty(PKG_OPTIONS:Mdebug)
                     26: CFLAGS=                        -O0 -ggdb
                     27: .endif
1.1       shannonj   28:
1.37      hasso      29: .include "../../devel/libltdl/convenience.mk"
1.1       shannonj   30: .include "../../security/gnutls/buildlink3.mk"
1.42      drochner   31: .include "../../security/libgcrypt/buildlink3.mk"
1.1       shannonj   32: .include "../../mk/pthread.buildlink3.mk"
                     33: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>