361c1fd758
2006-02-20 Mikio Hirabayashi - The utility API was enhanced. - Release: 1.8.46 2006-01-28 Mikio Hirabayashi - Alignment algorithm was improved. - A bug of mmap emulation on Windows was fixed. - Release: 1.8.45 2006-01-24 Mikio Hirabayashi - A bug of handling meta data on big endian platforms was fixed. - The advanced API was enhanced. - Release: 1.8.44 2006-01-24 Mikio Hirabayashi - A bug of mmap emulation on Windows was fixed. - Release: 1.8.43 2006-01-22 Mikio Hirabayashi - mmap emulation on Windows was enhanced. - Release: 1.8.42 2006-01-13 Mikio Hirabayashi - Compression of pages of B+ tree with LZO and BZIP was added. - Release: 1.8.41
34 lines
991 B
Makefile
34 lines
991 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/03/11 14:07:31 wiz Exp $
|
|
#
|
|
|
|
.include "../../databases/qdbm/Makefile.common"
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-qdbm-1.0.0.${QDBM_VERSION}
|
|
CATEGORIES= databases ruby
|
|
|
|
MAINTAINER= obata@lins.jp
|
|
HOMEPAGE= http://qdbm.sourceforge.net/
|
|
COMMENT= Ruby interface of QDBM
|
|
|
|
MY_SUBDIR=ruby
|
|
BUILD_DIRS= ${MY_SUBDIR}
|
|
CONFIGURE_DIRS= ${MY_SUBDIR}
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
#USE_RUBY_EXTCONF= yes
|
|
#RUBY_EXTCONF_SUBDIRS= ${MY_SUBDIR}/curia ${MY_SUBDIR}/depot ${MY_SUBDIR}/villa
|
|
RUBY_HAS_ARCHLIB= yes
|
|
|
|
REPLACE_RUBY= ${MY_SUBDIR}/curia/rbcrtest ${MY_SUBDIR}/depot/rbdptest \
|
|
${MY_SUBDIR}/villa/rbvltest
|
|
|
|
.include "../../databases/qdbm/buildlink3.mk"
|
|
.include "../../lang/ruby/modules.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"
|