Ticket #12114: Portfile

File Portfile, 858 bytes (added by usami-k@…, 17 years ago)
Line 
1# $Id: $
2PortSystem      1.0
3name            rmtrash
4version         0.3.3
5revision        1
6maintainers     usami-k@yc5.so-net.ne.jp
7platforms       darwin
8categories      sysutils
9description     move the file to OS X's Trash
10long_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).
13homepage        http://www.nightproductions.net/
14master_sites    http://www.nightproductions.net/downloads/
15distname        ${name}_source
16checksums       md5 fecbb879766e23ec4c918b0e13bc7e43
17patchfiles      patch-Makefile
18
19worksrcdir      ${name}-source
20destroot.destdir    DESTDIR=${destroot}${prefix}
21
22configure {}
23
24variant universal {
25    build.args   LDFLAGS="-framework Foundation -prebind -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
26}