dc7f24b380
Changes in cabextract 1.9.1 A repeat of cabextract 1.9, but with some packaging issues fixed
16 lines
391 B
Makefile
16 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.31 2019/03/25 22:47:02 wiz Exp $
|
|
|
|
DISTNAME= cabextract-1.9.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= https://www.cabextract.org.uk/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.cabextract.org.uk/
|
|
COMMENT= Microsoft cabinet (.CAB) file extractor
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|