pkgsrc/databases/gdbm/Makefile.common
adam ceb947353f Changes 1.10:
* Internationalization
  This version of GDBM is fully internationalized.  The following
  localizations are available: Finnish, German, Japanese, Polish and Ukrainian.
* Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs).
* Improve testgdbm command system
  The testgdbm tool now supports multicharacter commands.
* Bugfixes
2012-01-08 09:22:52 +00:00

19 lines
515 B
Text

# $NetBSD: Makefile.common,v 1.2 2012/01/08 09:22:52 adam Exp $
#
# used by databases/gdbm/Makefile
# used by databases/gdbm_compat/Makefile
DISTNAME= gdbm-1.10
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gdbm/gdbm.html
COMMENT= The GNU database manager
LICENSE= gnu-gpl-v3
DISTINFO_FILE= ${.CURDIR}/../../databases/gdbm/distinfo
PATCHDIR= ${.CURDIR}/../../databases/gdbm/patches
USE_LIBTOOL= yes
GNU_CONFIGURE= yes