# $Id: Portfile,v 1.13 2006/03/21 22:21:53 gwright Exp $ PortSystem 1.0 name darcs version 1.0.6 revision 1 categories devel maintainers gwright@opendarwin.org description David's Advanced Revision Control System long_description \ David's Advanced Revision Control System is yet \ another replacement for CVS. It is written in Haskell, \ and has been tested on Linux and MacOS X. Darcs \ includes a cgi script, which can be used to view the \ contents of your repository. homepage http://abridgegame.org/darcs/ platforms darwin master_sites ${homepage} checksums md5 8f3a1ee21b7bfbcca11bf4f9f0042cfd patchfiles patch-GNUmakefile depends_build port:ghc depends_lib port:readline \ port:curl \ port:gmp configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-I${prefix}/include" \ LDFLAGS="-L${prefix}/lib" build.env PREFIX=${prefix} destroot.env PREFIX=${prefix}