Ticket #17659: Portfile-lang-mosml.diff
File Portfile-lang-mosml.diff, 1.2 KB (added by ian.grant@…, 16 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 28458 2007-08-31 19:05:57Z mww@macports.org$1 # $Id$ 2 2 PortSystem 1.0 3 3 name mosml 4 version 2.01_0 4 version 2.01 5 revision 2 5 6 categories lang devel ml 6 7 maintainers cso@rift.dk 7 8 description Moscow ML is an implementation of Standard ML (SML) … … 16 17 patchfiles patch-configure.diff\ 17 18 patch-src-Makefile.diff\ 18 19 patch-src-Makefile-inc.diff\ 19 patch-src-launch-Makefile.diff 20 patch-src-launch-Makefile.diff\ 21 patch-src-dynlibs.diff 20 22 post-patch { 21 23 file attributes configure -permissions +x 22 24 } 23 25 worksrcdir mosml 24 26 build.target world 25 build.pre_args -Csrc DESTROOT=${ destroot}${prefix} ${build.target}27 build.pre_args -Csrc DESTROOT=${prefix} ${build.target} 26 28 destroot.pre_args -Csrc DESTROOT=${destroot}${prefix} ${destroot.target} 29 post-destroot { 30 system "ln -sf ${prefix}/bin/camlrunm ${destroot}${prefix}/lib/mosml/camlrunm" 31 } 32