Dynamite is part of the SynCE project. Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library.
15 lines
382 B
Makefile
15 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/12/04 23:07:12 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= dynamite-0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.synce.org/oldwiki/index.php/Dynamite
|
|
COMMENT= Microsoft cabinet file extraction library
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|