2002-08-09 18:22:37 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: dbh
|
|
|
|
# Date created: Aug 9, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dbh
|
2005-03-15 18:02:57 +01:00
|
|
|
PORTVERSION= 1.0.24
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2002-08-09 18:22:37 +02:00
|
|
|
CATEGORIES= databases
|
2003-02-16 01:33:47 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-08-09 18:22:37 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Disk Based Hashtables
|
2002-08-09 18:22:37 +02:00
|
|
|
|
2003-07-30 20:48:41 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-08-09 18:22:37 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|