pkgsrc/archivers/libarchive/Makefile
xtraeme 0b33676cf1 Update to 1.02.006.
Changes:

# Feb 12, 2005: Fix a crash that affected Zip reading, make tree.c
                portable to Linux.
# Feb 8, 2005: Don't close stdout/stdin. Fix flush code.
# Feb 6, 2005: Fix bug in new dir-walk code with non-resolvable symlinks.
# Feb 6, 2005: Fix Linux build, flush input in archive_read_open_file()
               to avoid "broken pipe" warnings.
2005-02-14 08:20:10 +00:00

17 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/02/14 08:20:10 xtraeme Exp $
#
DISTNAME= libarchive-1.02.006
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/src/
COMMENT= Library to read/create different archive formats
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"