1 | # $Id: Portfile,v 1.0 2005/04/30 16:00:00 drernie Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xattr |
---|
6 | version 0.1 |
---|
7 | categories sysutils |
---|
8 | platforms darwin |
---|
9 | maintainers drernie@opendarwin.org |
---|
10 | description Display and edit extended attributes on Darwin 8 |
---|
11 | long_description A simple utility to set, get, copy, delete and list\ |
---|
12 | the new extended attributes enabled by Mac OS X 10.4 "Tiger" (Darwin 8) |
---|
13 | |
---|
14 | |
---|
15 | homepage http://arstechnica.com/reviews/os/macosx-10.4.ars/7 |
---|
16 | master_sites http://dev.bignerdranch.com/public/bnr/ |
---|
17 | distname eXttra |
---|
18 | checksums md5 216198e9c79d0a9b5e1ce4a783fefc75 |
---|
19 | use_zip yes |
---|
20 | |
---|
21 | #worksrcdir |
---|
22 | |
---|
23 | use_configure no |
---|
24 | |
---|
25 | build.type pbx |
---|
26 | build.args -buildstyle Deployment |
---|
27 | build.target { -project "eXttra.xcode" -target "xattr" } |
---|
28 | |
---|
29 | destroot { |
---|
30 | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin |
---|
31 | } |
---|