5c00709e48
CHANGES from 1.8.2 to 1.8.3 1. Various configure related changes and additional updates. CHANGES from 1.8.1 to 1.8.2 1. Allow `NEWDB'-opened databases to actually, well, store records. CHANGES from 1.8 to 1.8.1 1. Lots of bug fixes, including a data corruption bug. 2. Updated to current autoconf and libtool. 3. Moved the dbm/ndbm compatibility routines to libgdbm_compat.
19 lines
495 B
Makefile
19 lines
495 B
Makefile
# $NetBSD: buildlink2.mk,v 1.3 2002/11/01 00:31:18 wiz Exp $
|
|
|
|
.if !defined(GDBM_BUILDLINK2_MK)
|
|
GDBM_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= gdbm
|
|
BUILDLINK_DEPENDS.gdbm?= gdbm>=1.8.3
|
|
BUILDLINK_PKGSRCDIR.gdbm?= ../../databases/gdbm
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.gdbm=gdbm
|
|
BUILDLINK_PREFIX.gdbm_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.gdbm= include/gdbm.h
|
|
BUILDLINK_FILES.gdbm+= lib/libgdbm.*
|
|
|
|
BUILDLINK_TARGETS+= gdbm-buildlink
|
|
|
|
gdbm-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # GDBM_BUILDLINK2_MK
|