25 lines
390 B
Makefile
25 lines
390 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: dbh
|
|
# Date created: Aug 9, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbh
|
|
PORTVERSION= 4.5.0
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Disk Based Hashtables
|
|
|
|
CONFLICTS= dbh-[0-3]*
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|