Ticket #17559: Portfile.diff
File Portfile.diff, 1.4 KB (added by loshea@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name asymptote 6 version 1.5 16 version 1.56 7 7 categories graphics 8 8 maintainers loshea@gmail.com 9 9 description a vector graphics language … … 16 16 platforms darwin 17 17 configure.args --with-latex=${prefix}/share/texmf-local/tex/latex \ 18 18 --mandir=${prefix}/share/man 19 distfiles ${distname}.src.tgz:main gc-7.1.tar.gz:gc 20 master_sites sourceforge::main \ 21 http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source:gc 22 checksums ${distname}.src.tgz md5 14c7bfd713adb3d2b70a202228bb7d8d \ 23 gc-7.1.tar.gz md5 2ff9924c7249ef7f736ecfe6f08f3f9b 19 master_sites sourceforge 20 extract.suffix .src.tgz 21 checksums md5 26941af3a7053321363dc463747dbe12 24 22 depends_lib port:readline \ 25 23 port:texlive \ 26 24 port:ghostscript \ 27 25 port:fftw-3 \ 28 26 port:gsl \ 29 27 port:libsigsegv \ 30 port:ncurses 31 extract.only ${distname}.src.tgz 32 33 post-extract { 34 file copy ${distpath}/gc-7.1.tar.gz ${worksrcpath} 35 } 36 37 # Already fixed upstream, can be removed after next version. 38 patchfiles-append patch-leopard.diff 28 port:ncurses \ 29 port:boehmgc 39 30 40 31 post-activate { 41 32 # run `mktexlsr` to make sure the asymptote files are found: