# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name rmtrash version 0.3.3 revision 1 maintainers usami-yc5.so:k-net.ne.jp platforms darwin categories sysutils description move the file to OS X's Trash long_description \ rmtrash is a small utility that will move the file to OS X's Trash \ rather than obliterating the file (as rm does). homepage http://www.nightproductions.net/ master_sites http://www.nightproductions.net/downloads/ distname ${name}_source checksums md5 fecbb879766e23ec4c918b0e13bc7e43 worksrcdir ${name}-source patchfiles patch-Makefile configure {} build.args CFLAGS="${configure.cflags}" LDFLAGS="-framework Foundation" destroot.destdir DESTDIR=${destroot}${prefix} variant universal { build.args CFLAGS="${configure.cflags} ${configure.universal_cflags}" LDFLAGS="-framework Foundation" }