mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
4de56a776b
- these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
27 lines
558 B
Makefile
27 lines
558 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: tdb
|
|
# Date created: Oct 12, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tdb
|
|
PORTVERSION= 1.0.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Trivial Database
|
|
|
|
USE_AUTOTOOLS= automake:14 autoconf:213 libtool:15
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN3= tdb.3 tdb_chainlock.3 tdb_close.3 tdb_delete.3 tdb_error.3 \
|
|
tdb_exists.3 tdb_fetch.3 tdb_firstkey.3 tdb_open.3 tdb_store.3 \
|
|
tdb_traverse.3
|
|
|
|
.include <bsd.port.mk>
|