From 4e7609ecf21a6a750db876937797f54a1278c0b1 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 14 Jan 2005 00:09:25 +0000 Subject: [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 --- archivers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'archivers/Makefile') 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 -- cgit