diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-14 08:09:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-14 08:09:25 +0800 |
commit | 4e7609ecf21a6a750db876937797f54a1278c0b1 (patch) | |
tree | a337225315c3ca39e9cc9c7b23f993c7ec36b934 /archivers/Makefile | |
parent | 6bd8eed27f20498edc99ef57171f99c56b03f4b2 (diff) | |
download | freebsd-ports-gnome-4e7609ecf21a6a750db876937797f54a1278c0b1.tar.gz freebsd-ports-gnome-4e7609ecf21a6a750db876937797f54a1278c0b1.tar.zst freebsd-ports-gnome-4e7609ecf21a6a750db876937797f54a1278c0b1.zip |
[NEW PORT] archivers/dynamite: Decompress data compressed with
PKWARE Data Compression Library
Dynamite is a tool and library for decompressing data
compressed with the PKWARE Data Compression Library.
WWW: http://synce.sourceforge.net
Notes:
* This library is required for the update of synce-kde
* The 'dynamite' binary crashes when invoked without
arguments. This is expected, not a freebsd specific
problem.
PR: ports/76026
Submitted by: Sam Lawrance <boris@brooknet.com.au>
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 fb076aa34706..6047e15d857e 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -15,6 +15,7 @@ SUBDIR += dact SUBDIR += deepforest SUBDIR += dpkg + SUBDIR += dynamite SUBDIR += fastjar SUBDIR += fileroller SUBDIR += fpc-paszlib |