26 lines
714 B
Makefile
26 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/02/10 19:17:44 joerg Exp $
|
|
#
|
|
|
|
PKGNAME= libpreludedb-python-${VERSION}
|
|
PKGREVISION= 2
|
|
COMMENT= Python bindings for LibPreludeDB libraries
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.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"
|