diff options
author | nork <nork@FreeBSD.org> | 2003-10-30 10:29:21 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-10-30 10:29:21 +0800 |
commit | 5699d97a852c610bad17ca1eeb24b1c23a743f51 (patch) | |
tree | 7c14b3bd3564bccb59147eab1f2cd76cbc1fd590 /databases/qdbm/Makefile | |
parent | 7983e4f02e60579901ff504bb62ac1febb05e730 (diff) | |
download | freebsd-ports-gnome-5699d97a852c610bad17ca1eeb24b1c23a743f51.tar.gz freebsd-ports-gnome-5699d97a852c610bad17ca1eeb24b1c23a743f51.tar.zst freebsd-ports-gnome-5699d97a852c610bad17ca1eeb24b1c23a743f51.zip |
Add qdbm 1.7.5, quick Database Manager is a library of
routines for managing a database. The database is a
simple data file containing records, each is a pair of
a key and a value, organized in hash table or B+ tree..
PR: ports/58186
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'databases/qdbm/Makefile')
-rw-r--r-- | databases/qdbm/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile new file mode 100644 index 000000000000..74b2dc78f02e --- /dev/null +++ b/databases/qdbm/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: QDBM +# Date created: 18 October 2003 +# Whom: Kimura Fuyuki <fuyuki@nigredo.org> +# +# $FreeBSD$ +# + +PORTNAME= qdbm +PORTVERSION= 1.7.5 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= fuyuki@nigredo.org +COMMENT= Quick Database Manager + +GNU_CONFIGURE= yes +MAKE_ARGS= RELCFLAGS="${CFLAGS}" \ + MYSHAREDIR="${DOCSDIR}" \ + MYDOCS="spex.html spex-ja.html" +INSTALLS_SHLIB= yes + +MAN3= cabin.3 cropen.3 curia.3 depot.3 dpopen.3 hovel.3 \ + odeum.3 odopen.3 qdbm.3 relic.3 villa.3 vlopen.3 + +.include <bsd.port.mk> |