pkgsrc/databases/metakit-lib/Makefile
joerg 844f033253 Update to Metakit 2.4.9.7:
- better UTF8 support in file & property names
- bugfixes
- Python 2.5 support for 64bit platforms
2009-02-11 21:00:13 +00:00

28 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.20 2009/02/11 21:00:13 joerg Exp $
#
VERSION= 2.4.9.7
DISTNAME= metakit-${VERSION}
PKGNAME= metakit-lib-${VERSION}
CATEGORIES= databases
MASTER_SITES= http://www.equi4.com/pub/mk/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.equi4.com/metakit/
COMMENT= Embedded database library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_DIRS= builds
CONFIGURE_SCRIPT= ../unix/configure
CONFIGURE_ARGS+= --without-tcl
BUILD_DIRS= builds
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
TEST_TARGET= test
post-install:
${INSTALL_DATA} ${WRKSRC}/include/mk4io.h ${DESTDIR}${PREFIX}/include
.include "../../mk/bsd.pkg.mk"