2074be7b45
* New configuration variable COMPATINCLUDEDIR When used with --enable-libgdbm-compat, this variable points to the directory where the headers file dbm.h and ndbm.h will be installed. Use this variable to avoid conflicts with already installed headers. E.g.: ./configure --enable-libgdbm-compat COMPATINCLUDEDIR=/usr/include/gdbm
19 lines
514 B
Text
19 lines
514 B
Text
# $NetBSD: Makefile.common,v 1.4 2016/05/22 17:24:32 wiz Exp $
|
|
#
|
|
# used by databases/gdbm/Makefile
|
|
# used by databases/gdbm_compat/Makefile
|
|
|
|
DISTNAME= gdbm-1.12
|
|
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
|