Ticket #1937: darcs.Portfile.diff
File darcs.Portfile.diff, 1.0 KB (added by gwright@…, 20 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name darcs 5 version 0.9. 155 version 0.9.21 6 6 categories devel 7 7 maintainers jkh@opendarwin.org 8 8 description David's Advanced Revision Control System 9 9 long_description \ 10 10 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. 11 11 12 homepage http://abridgegame.org/darcs/ 12 13 platforms darwin 13 14 master_sites ${homepage} 14 checksums md5 baf34dc8f29557a6b3f1090891d9bbb215 checksums md5 42dfa99b8de92f71e48b77f881fdf66a 15 16 patchfiles patch-GNUmakefile 16 17 depends_run bin:ghc:ghc 17 18 depends_lib lib:libreadline.4:readline lib:libcurl.2:curl 18 19 configure.args --mandir=${prefix}/share/man 19 20 configure.env CPPFLAGS=-I${prefix}/include 21 22 post-configure { reinplace "s|-arch i386||g" ${worksrcpath}/autoconf.mk } 23 20 24 build.env PREFIX=${prefix} 21 25 destroot.env PREFIX=${prefix}