# $Id: Portfile,v 1.12 2005/10/25 15:13:32 mww Exp $ PortSystem 1.0 name xar version 1.3 categories archivers sysutils description xar is the eXtensible ARchiver maintainers mww@opendarwin.org long_description ${description} homepage http://www.opendarwin.org/projects/xar/ master_sites ${homepage} checksums md5 757103c9abeef77004a86af55a01452b patchfiles patch-Makefile.in depends_lib port:libiconv \ port:openssl \ port:zlib \ port:bzip2 \ port:libxml2 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 CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 }