New in 1.3: * Bugs in the MS-ZIP and Quantum decompressors have been fixed. * MS-ZIP recovery has been improved. * cabextract should now compile with MinGW
19 lines
454 B
Makefile
19 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.21 2010/07/24 08:45:14 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cabextract-1.3
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.cabextract.org.uk/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.cabextract.org.uk/
|
|
COMMENT= Microsoft cabinet (.CAB) file extractor
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|