1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name rmtrash |
---|
4 | version 0.3.3 |
---|
5 | revision 1 |
---|
6 | maintainers usami-k@yc5.so-net.ne.jp |
---|
7 | platforms darwin |
---|
8 | categories sysutils |
---|
9 | description move the file to OS X's Trash |
---|
10 | long_description \ |
---|
11 | rmtrash is a small utility that will move the file to OS X's Trash \ |
---|
12 | rather than obliterating the file (as rm does). |
---|
13 | homepage http://www.nightproductions.net/ |
---|
14 | master_sites http://www.nightproductions.net/downloads/ |
---|
15 | distname ${name}_source |
---|
16 | checksums md5 fecbb879766e23ec4c918b0e13bc7e43 |
---|
17 | patchfiles patch-Makefile |
---|
18 | |
---|
19 | worksrcdir ${name}-source |
---|
20 | destroot.destdir DESTDIR=${destroot}${prefix} |
---|
21 | |
---|
22 | configure {} |
---|
23 | |
---|
24 | variant universal { |
---|
25 | build.args LDFLAGS="-framework Foundation -prebind -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" |
---|
26 | } |
---|