85920d02fb
libpreludedb-*. Shuffle stuff a bit around in the Makefile.common, define PATCHDIR in that, don't define user-destdir support there.
23 lines
637 B
Makefile
23 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/10/07 19:39:43 joerg Exp $
|
|
#
|
|
|
|
PKGNAME= libpreludedb-sqlite3-${VERSION}
|
|
COMMENT= Sqlite3 plugin for LibPreludeDB
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../security/libpreludedb/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-perl=no
|
|
CONFIGURE_ARGS+= --with-python=no
|
|
CONFIGURE_ARGS+= --with-mysql=no
|
|
CONFIGURE_ARGS+= --with-postgresql=no
|
|
|
|
BUILD_DIRS= plugins/sql
|
|
|
|
CONFIGURE_ARGS+= --with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../security/libpreludedb/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|