summaryrefslogtreecommitdiff
path: root/databases/libzdb/Makefile
blob: 85e079e0ecb32abbd571e81c05523eb988e27814 (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.15 2018/07/20 03:33:48 ryoon Exp $

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