summaryrefslogtreecommitdiff
path: root/databases/libzdb/Makefile
blob: 2666e005327e5ecab2edf23bc6d4b34c7297342b (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
# $NetBSD: Makefile,v 1.17 2019/04/03 00:32:30 ryoon Exp $

DISTNAME=	libzdb-3.1
PKGREVISION=	12
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

SUBST_CLASSES+=		ossl
SUBST_STAGE.ossl=	pre-configure
SUBST_MESSAGE.ossl=	fix openssl configure test usage of deprecated symbol
SUBST_FILES.ossl=	configure
SUBST_SED.ossl=		-e 's,SSL_library_init,SSL_CTX_new,g'

.include "options.mk"

.include "../../mk/bsd.pkg.mk"