5a2c78d4f9
2010-08-01 FAL Labs <info@fallabs.com> - site documents were modified. - Release: 1.4.46
36 lines
841 B
Makefile
36 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.40 2010/08/06 04:36:50 obache Exp $
|
|
#
|
|
|
|
DISTNAME= tokyocabinet-1.4.46
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://fallabs.com/tokyocabinet/
|
|
COMMENT= Modern implementation of DBM
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c99
|
|
|
|
PKGCONFIG_OVERRIDE+= tokyocabinet.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
PTHREAD_AUTO_VARS= yes
|
|
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
|
|
CONFIGURE_ARGS+= --disable-pthread
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-pthread
|
|
SUBST_CLASSES+= pthread
|
|
SUBST_STAGE.pthread= pre-configure
|
|
SUBST_FILES.pthread= configure
|
|
SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
|
|
.endif
|
|
.include "../../mk/bsd.pkg.mk"
|