blob: e1ba5c864cb5fe786161015952bc20f716a183bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.31 2022/11/23 16:18:35 adam Exp $
DISTNAME= libzdb-3.2.3
PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.tildeslash.com/libzdb/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.tildeslash.com/libzdb/
COMMENT= Zild Database Library, a fast thread-safe connection pooling library
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE+= zdb.pc.in
SUBST_CLASSES+= tput
SUBST_STAGE.tput= pre-configure
SUBST_MESSAGE.tput= don't break the user's terminal
SUBST_FILES.tput= configure
SUBST_SED.tput= -e 's,(tput[^)]*),(true),g'
.include "options.mk"
.include "../../mk/bsd.pkg.mk"
|