aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbh10/Makefile
blob: 4df6e1bcc7ec671787acc0a2990be628e9419a56 (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
# ex:ts=8
# Ports collection makefile for:    dbh
# Date created:         Aug 9, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   dbh
PORTVERSION=    1.0.24
PORTREVISION=   1
CATEGORIES= databases
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Disk Based Hashtables

CONFLICTS=  dbh-[2-9]*

BUILD_DEPENDS=  pkg-config>0:${PORTSDIR}/devel/pkg-config

USE_AUTOTOOLS=  libtool
USE_GNOME=  gnomehack
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

LATEST_LINK=    dbh10

.include <bsd.port.mk>