pkgsrc/archivers/libarchive/Makefile
adam f5e3e6cf5a Changes 3.1.2:
This is a maintenance update to fix issues with the new RAR seeking
feature. This new release also contains fixes for build failures when
building libarchive using Visual Studio 2012 and MinGW.
2015-01-17 12:44:47 +00:00

25 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.41 2015/01/17 12:44:47 adam Exp $
.include "Makefile.common"
COMMENT= Library to read/create different archive formats
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-bsdcpio
CONFIGURE_ARGS+= --disable-bsdtar
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == SunOS
# workaround for pkg/45491
CONFIGURE_ENV+= ac_cv_header_ext2fs_ext2_fs_h=no
.endif
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"