# $Id: Portfile,v 1.1 2005/05/25 10:32:35 mww Exp $

PortSystem 1.0

name			xattr
version			0.1
categories		sysutils
platforms		darwin
maintainers		drernie@opendarwin.org
description		Display and edit extended attributes on Darwin 8
long_description	A simple utility to set, get, copy, delete and list\
 the new extended attributes enabled by Mac OS X 10.4 "Tiger" (Darwin 8)


homepage		http://arstechnica.com/reviews/os/macosx-10.4.ars/7
master_sites		http://www.opendarwin.org/~mww/files/
checksums		md5 a0c523e3daf195bb7099a81c9d01c394
use_bzip2		yes

use_configure	no

build.type		pbx
build.args		-buildstyle Deployment
build.target	{ -project "eXttra.xcode" -target "xattr" }

destroot { 
  xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
}
