aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gdbm/Makefile
blob: 833f46d5d0c15e03eb3f3ec56f1288fcff7daf36 (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
# New ports collection makefile for: gdbm
# Date created:     8 Apr 1996
# Whom:         Brent J. Nordquist <bjn@visi.com>
#
# $FreeBSD$
#

PORTNAME=   gdbm
PORTVERSION=    1.8.0
CATEGORIES= databases
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdbm

MAINTAINER= cyrille.lefevre@laposte.net

USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
USE_GMAKE=  yes
# PREFIX isn't honored. force it w/ prefix.
MAKE_ARGS=  prefix=${PREFIX}

MAN3=       gdbm.3

INSTALL_INFO?=  install-info

post-install:
    @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir

.include <bsd.port.mk>