a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22346 2007-02-27 04:33:51Z pipping@macports.org $
PortSystem 1.0
name xar
version 1.4
categories archivers sysutils
description xar is the eXtensible ARchiver
maintainers mww@macports.org
long_description ${description}
homepage http://code.google.com/p/xar/
master_sites http://xar.googlecode.com/files/
checksums sha1 18188beb297b69b34b7b4b4c132c62a73607d3d2
depends_lib port:bzip2 \
port:libiconv \
port:libxml2 \
port:openssl \
port:zlib
configure.args --mandir=${prefix}/share/man \
--with-libz=${prefix} \
--with-libbzip2=${prefix} \
--with-libcrypto=${prefix} \
--with-xml2-config=${prefix}/bin/xml2-config
platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 \
CPP=/usr/bin/cpp-4.0
}