diff options
author | osa <osa@FreeBSD.org> | 2003-06-11 18:57:35 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-11 18:57:35 +0800 |
commit | 535fcff52218b63fc8f4517ca98cf0bae023261f (patch) | |
tree | e6bf337f11c931859595be0201383efa5c3e387a /archivers/Makefile | |
parent | c45a5df4a43a117de7e992a5d694f92d9b2bbe98 (diff) | |
download | freebsd-ports-gnome-535fcff52218b63fc8f4517ca98cf0bae023261f.tar.gz freebsd-ports-gnome-535fcff52218b63fc8f4517ca98cf0bae023261f.tar.zst freebsd-ports-gnome-535fcff52218b63fc8f4517ca98cf0bae023261f.zip |
New port hffzip: small file compressor based on Huffman coding
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
PR: 53188
Approved by: fjoe (implicit)
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 590cfe059df7..c6bcfc586e8c 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -18,6 +18,7 @@ SUBDIR += gtar SUBDIR += gzip SUBDIR += ha + SUBDIR += hffzip SUBDIR += hpack.non-usa.only SUBDIR += lbrate SUBDIR += lha |