28 lines
727 B
Makefile
28 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/01 21:57:44 asau Exp $
|
|
#
|
|
|
|
DISTNAME= kyotocabinet-1.2.73
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://fallabs.com/kyotocabinet/pkg/
|
|
|
|
MAINTAINER= msporleder@gmail.com
|
|
HOMEPAGE= http://fallabs.com/kyotocabinet/
|
|
COMMENT= Straightforward implementation of DBM
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
|
|
# Kyoto Cabinet seem very tied to 64-bit machines;
|
|
# the listed platforms are known as suffering from that
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if !empty(MACHINE_PLATFORM:MDarwin-*-i386)
|
|
CONFIGURE_ARGS+= --disable-opt
|
|
.endif
|
|
|
|
PKGCONFIG_OVERRIDE+= kyotocabinet.pc.in
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|