pkgsrc-wip/libzdb/Makefile
Evaldo Gardenali c28b27cb3e Import libzdb-2.6 as wip/libzdb.
The Zild Database Library implements a small, fast, and easy to use database
API with thread-safe connection pooling. The library can connect transparently
to multiple database systems, has zero configuration and connections are
specified via a standard URL scheme
2009-08-19 18:09:29 +00:00

21 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 18:09:29 udontknow Exp $
#
DISTNAME= libzdb-2.6
CATEGORIES= databases
MASTER_SITES= http://www.tildeslash.com/libzdb/dist/
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://www.tildeslash.com/libzdb/
COMMENT= Zild Database Library, a fast thread-safe connection pooling library
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
.include "options.mk"
.include "../../mk/bsd.pkg.mk"