37a79f1317
(for testing) This is a database conveneince library base on db 2.7.7 from http://www.sleepycat.com (see src/LICENSE for license details). It is intended to make accessing database information portable, easy, fast and efficient as well as bypass the proplem of libdb continuously changing formats.
45 lines
1 KiB
Makefile
45 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/06/28 05:37:33 bsadewitz Exp $
|
|
#
|
|
|
|
DISTNAME= edb-1.0.5.042
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://download.enlightenment.org/snaphots/2008-05-19/
|
|
MASTER_SITES+= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= bjs@NetBSD.org
|
|
HOMEPAGE= http://www.enlightenment.org/
|
|
COMMENT= Enlightenment Database Library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
#USE_NCURSES= yes # putwin # XXX Did other versions of NetBSD not have this?
|
|
|
|
CONFIGURE_ARGS+= --enable-ncurses
|
|
CONFIGURE_ARGS+= --enable-cxx
|
|
|
|
PKG_CFLAGS= # defined
|
|
PKGCONFIG_OVERRIDE+= edb.pc.in
|
|
|
|
CHECK_BUILTIN.db1:= yes
|
|
.include "../../mk/db1.builtin.mk"
|
|
CHECK_BUILTIN.db1:= no
|
|
|
|
.if !empty(USE_BUILTIN.db1:M[Yy][Ee][Ss])
|
|
USE_BDB185= yes
|
|
.else
|
|
BDB_ACCEPTED= db2
|
|
.endif
|
|
|
|
.if defined(PKG_DEVELOPER)
|
|
CPPFLAGS+= -Wall
|
|
.endif
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bdb.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|