698d527aa2
(2 versions); packaged for wip by Aleksey Cheusov. libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/03/10 23:55:48 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libdbi-0.8.3
|
|
CATEGORIES= databases devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdbi/}
|
|
|
|
MAINTAINER= cheusov@tut.by
|
|
HOMEPAGE= http://libdbi.sourceforge.net/
|
|
COMMENT= Database Independent Abstraction Layer for C
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFIGURE_ARGS+= --disable-dependency-tracking
|
|
CONFIGURE_ARGS+= --disable-docs
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|