pkgsrc/databases/tcl-gdbm/Makefile
minskim 7b6524acfd Update tcl-gdbm to 0.10. Patch to make this package work with tcl-8.4
was provided by Bernhard 'burnhard' Riedl on hanirc's #netbsd.

Changes since 0.8:
        - converted fully to Tcl_Obj's
        - able to handle keys and data with embedded NUL's
        - deal with Tcl's internal UTF string encoding
        - put in own namespace tclgdbm::gdbm
        - remerge of changes from tcl+gdbm-0.4
        - remerge of changes from tcl+gdbm-0.4 (insert/store
          accept multiple args for data)
        - updated man pages
        - add test driver tclshgdbm
        - add gdbm.test which uses standard tcltest package
        - repackage Dave's changes into rpm
2004-04-11 16:55:02 +00:00

21 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.14 2004/04/11 16:55:02 minskim Exp $
#
DISTNAME= tclgdbm-0.10
PKGNAME= tcl-gdbm-0.10
CATEGORIES= databases tcl
MASTER_SITES= http://www.graphviz.org/pub/tclgdbm/
MAINTAINER= bouyer@NetBSD.org
COMMENT= Tcl interface to gdbm - GNU database manager
DEPENDS+= tcl>=8.4:../../lang/tcl
DEPENDS+= gdbm>=1.8.3:../../databases/gdbm
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CFLAGS+= -I${LOCALBASE}/include # gdbm.h
.include "../../mk/bsd.pkg.mk"