pkgsrc/databases/qdbm-plus/Makefile

30 lines
741 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2019/11/02 15:38:10 rillig Exp $
#
.include "../../databases/qdbm/Makefile.common"
PKGNAME= qdbm-plus-1.0.0.${QDBM_VERSION}
CATEGORIES= databases devel
2015-03-15 20:42:33 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
2019-07-11 11:25:24 +02:00
HOMEPAGE= https://fallabs.com/qdbm/xspex.html
COMMENT= C++ API for QDBM
2009-05-25 11:40:57 +02:00
LICENSE= gnu-lgpl-v2.1
MY_SUBDIR= plus
BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
TEST_TARGET= check
.include "../../databases/qdbm/buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
SUBST_CLASSES+= pthread
SUBST_STAGE.pthread= pre-configure
SUBST_FILES.pthread= ${MY_SUBDIR}/configure
SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
.endif
.include "../../mk/bsd.pkg.mk"