diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-19 14:19:50 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-19 14:19:50 +0000 |
commit | b8d5a770958c002141f662907a25f5a9fc6f9b65 (patch) | |
tree | 865c408e1e99d2427275d21e757cb1d14c978628 /devel/Makefile | |
parent | New port: chmview (diff) |
New port: libdict
Libdict is a compact, ANSI C library which provides access to a set of
generic and flexible ``dictionary'' data structures. All algorithms
used in libdict have been optimized, and, with one very small exception,
are not recursive but iterative. It was written by Farooq Mela, and is
released under a BSD style licence.
PR: 50453
Submitted by: Alex Semenyaka
Notes
Notes:
svn path=/head/; revision=79291
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4e914741fb17..00e02d7ab2dc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -298,6 +298,7 @@ SUBDIR += libchipcard-kde SUBDIR += libcii SUBDIR += libcoro + SUBDIR += libdict SUBDIR += libdlmalloc SUBDIR += libdsp SUBDIR += libedit |