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

Annotation of pkgsrc/security/libpreludedb-python/Makefile, Revision 1.14

1.14    ! wiz         1: # $NetBSD: Makefile,v 1.13 2014/05/09 07:37:17 wiz Exp $
1.1       hasso       2:
                      3: PKGNAME=               libpreludedb-python-${VERSION}
1.14    ! wiz         4: PKGREVISION=           9
1.1       hasso       5: COMMENT=               Python bindings for LibPreludeDB libraries
                      6:
1.2       joerg       7: .include "../../security/libpreludedb/Makefile.common"
                      8:
1.1       hasso       9: CONFIGURE_ARGS+=       --with-perl=no
                     10: CONFIGURE_ARGS+=       --with-mysql=no
                     11: CONFIGURE_ARGS+=       --with-postgresql=no
                     12: CONFIGURE_ARGS+=       --with-sqlite3=no
                     13:
                     14: CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
                     15: PYBINMODULE=           yes
                     16: PY_PATCHPLIST=         yes
                     17: BUILD_DIRS=            bindings
                     18:
1.13      wiz        19: PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # not yet ported as of 0.9.24.1
1.12      wiz        20:
1.1       hasso      21: .include "../../lang/python/application.mk"
                     22: .include "../../lang/python/extension.mk"
                     23: .include "../../security/libpreludedb/buildlink3.mk"
                     24: .include "../../mk/pthread.buildlink3.mk"
                     25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>