freebsd-ports/databases/dbh10/Makefile

28 lines
434 B
Makefile
Raw Normal View History

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
PORTVERSION= 1.0.24
PORTREVISION= 1
2002-08-09 18:22:37 +02:00
CATEGORIES= databases
MASTER_SITES= SF
2002-08-09 18:22:37 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Disk Based Hashtables
2002-08-09 18:22:37 +02:00
CONFLICTS= dbh-[2-9]*
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2002-08-09 18:22:37 +02:00
LATEST_LINK= dbh10
2002-08-09 18:22:37 +02:00
.include <bsd.port.mk>