489db20e86
This further polishes bsdcpio and brings in a number of portability fixes. Revert temporary hack to not use vfork on IRIX.
27 lines
633 B
Makefile
27 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.28 2008/07/14 14:56:50 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libarchive-2.5.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
|
|
DISTFILES= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/
|
|
COMMENT= Library to read/create different archive formats
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-bsdtar
|
|
|
|
do-extract:
|
|
${CP} -r ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|