mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
26 lines
657 B
Makefile
26 lines
657 B
Makefile
# $NetBSD: Makefile.common,v 1.3 2014/05/23 20:49:15 wiz Exp $
|
|
#
|
|
# used by databases/gdbm/Makefile
|
|
# used by databases/gdbm_compat/Makefile
|
|
|
|
DISTNAME= gdbm-1.11
|
|
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
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
|
CONFIGURE_ENV+= ac_cv_func_mmap_fixed_mapped=no
|
|
.endif
|