24 lines
678 B
Makefile
24 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/01/01 11:52:32 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= libpreludedb-python-${VERSION}
|
|
PKGREVISION= 8
|
|
COMMENT= Python bindings for LibPreludeDB libraries
|
|
|
|
.include "../../security/libpreludedb/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-perl=no
|
|
CONFIGURE_ARGS+= --with-mysql=no
|
|
CONFIGURE_ARGS+= --with-postgresql=no
|
|
CONFIGURE_ARGS+= --with-sqlite3=no
|
|
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
PYBINMODULE= yes
|
|
PY_PATCHPLIST= yes
|
|
BUILD_DIRS= bindings
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../security/libpreludedb/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|