aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gdbm/Makefile
blob: 123423e190ab45c3b4ac212a1cbcc83d68672232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Brent J. Nordquist <bjn@visi.com>
# $FreeBSD$

PORTNAME=   gdbm
PORTVERSION=    1.12
CATEGORIES= databases
MASTER_SITES=   GNU

MAINTAINER= johans@FreeBSD.org
COMMENT=    GNU database manager

LICENSE=    GPLv3

GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes
USES=       libtool:keepla

MAKE_JOBS_UNSAFE=   yes

INFO=       gdbm

OPTIONS_DEFINE= COMPAT NLS
OPTIONS_SUB=    yes
COMPAT_DESC=    Enable dbm/ndbm compatibility
COMPAT_CONFIGURE_ENABLE=    libgdbm-compat
NLS_CONFIGURE_ENABLE=   nls
NLS_USES=   gettext

post-patch:
    @${REINPLACE_CMD} -e "s|LIBS = @LIBS@ -lc|LIBS = @LIBS@|" \
        -e "s|BINOWN = bin|BINOWN = root|" -e "s|BINGRP = bin|BINGRP = wheel|" \
        -e "s|libgdbm.la libgdbm_compat.la|libgdbm.la libgdbm_compat.la gdbm.info|" \
            ${WRKSRC}/Makefile.in

.include <bsd.port.mk>