summaryrefslogtreecommitdiff
path: root/databases/libzdb/Makefile
blob: 893c4f49dc612b92f87d9509dc4588ef82e54a00 (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.24 2021/04/21 11:40:15 adam Exp $

DISTNAME=	libzdb-3.2.2
PKGREVISION=	1
CATEGORIES=	databases
MASTER_SITES=	http://www.tildeslash.com/libzdb/dist/

MAINTAINER=	evaldo@gardenali.biz
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"