# $Id: Portfile,v 1.29 2006/03/28 20:53:13 toby Exp $

PortSystem 1.0
name             libarchive
version          1.2.53
categories       archivers
maintainers      toby@opendarwin.org
description      functions for reading and writing streaming archives
long_description \
	Libarchive is a programming library that can create and \
	read several different streaming archive formats, including \
	most popular tar variants and several cpio formats. It can \
	also write shar archives.
homepage         http://people.freebsd.org/~kientzle/libarchive/
platforms        darwin

master_sites     ${homepage}src/
checksums        sha1 24c960b57ac7502944c95daedf265a333ee347af

depends_lib      port:bzip2 port:zlib

configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args   --mandir=${prefix}/share/man
