# $Id: Portfile 59885 2009-10-25 10:35:38Z jmr@macports.org $

PortSystem 1.0

name			xattr
version			0.1
revision		2
categories		sysutils
platforms		darwin
maintainers		nomaintainer
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		macports_distfiles
distname		eXttra
worksrcdir		eXttra
checksums		md5 f818675635414436cb170ce4524864ae
use_zip		yes

patchfiles		patch-XARemoveOperation.c.diff \
			patch-XASetOperation.c.diff \
			patch-xattr.c.diff
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
}
