OSDN Git Service

My MacPorts
[splhack/MacPorts.git] / devel / fmdiff / Portfile
1 # $Id$
2
3 PortSystem 1.0
4 name            fmdiff
5 version         7554
6 revision        0
7 categories      devel
8 maintainers     nomaintainer@macports.org
9 description     Wrapper scripts for FileMerge
10 long_description Apple's Developer Tools for Mac OS X include FileMerge, \
11     a graphical tool to compare and merge files. FileMerge can be much \
12     handier to use, unfortunately, it doesn't integrate with Subversion \
13     straightforwardly. It can be opened from the command line with \
14     the opendiff command, but its interface differs from that of diff \
15     and diff3. It returns immediately (i.e. it forks and does not block) \
16     and it expects different arguments. Some wrapper scripts are thus \
17     required to call FileMerge from Subversion.
18 homepage        http://ssel.vub.ac.be/ssel/internal:fmdiff
19 platforms       darwin
20
21 fetch.type      svn
22 svn.url         http://ssel.vub.ac.be/svn-gen/bdefrain/fmscripts/
23 svn.tag         ${version}
24 worksrcdir      fmscripts
25
26 patch {
27     reinplace "s|DESTDIR=/usr/local|DESTDIR=${destroot}${prefix}|" ${worksrcpath}/Makefile
28 }
29
30 use_configure   no
31 build {}
32 destroot.destdir