summaryrefslogtreecommitdiff
path: root/databases/gdbm/Makefile
blob: b580d2594eb7f2960714451ba561d8eb3aa66c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.46 2012/01/24 00:28:17 abs Exp $

.include "Makefile.common"

COMMENT=	The GNU database manager
PKGREVISION=	2

PKG_DESTDIR_SUPPORT=	user-destdir
PKG_INSTALLATION_TYPES=	overwrite pkgviews

INFO_FILES=		yes
MAKE_JOBS_SAFE=		no

.include "../../mk/bsd.prefs.mk"

PLIST_VARS+=		nls

.if ${OPSYS} == "Linux"
PLIST.nls=		yes
.endif

.include "../../mk/bsd.pkg.mk"