Files
pkgsrc-ng/databases/libzdb/Makefile
2016-01-21 23:42:40 +01:00

21 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/09/12 15:20:19 tnn Exp $
DISTNAME= libzdb-3.1
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
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE+= zdb.pc.in
.include "options.mk"
.include "../../mk/bsd.pkg.mk"