Ticket #16488: mozart.patch
File mozart.patch, 1.6 KB (added by nerdling (Jeremy Lavergne), 15 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 3 4 4 5 name mozart 5 version 1.3.2 6 revision 1 6 version 1.4.0 7 7 categories lang 8 8 platforms darwin … … 22 22 #depends_lib port:emacs 23 23 depends_run bin:wish:tk 24 24 25 master_sites http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar 26 distfiles mozart-1.3.2.20060615-src.tar.gz 27 checksums md5 b84fb3932eca573e6b8d5d1b26379371 25 master_sites http://www.mozart-oz.org/download/mozart-ftp/store/${version}-2008-07-02-tar 26 distfiles mozart-${version}.20080704-src.tar.gz 27 checksums md5 d34156dce23a84925f7eae121feb3afe \ 28 sha1 5a12a1d66c871f01dc1223aa614d4e0bf7717b3f \ 29 rmd160 090c0af3cba9db422c58c37d5fa3e703c8cc82d7 28 30 29 31 patchfiles patch-share-bin-oz.in 30 32 31 worksrcdir mozart- 1.3.2.2006061532 configure.args --prefix=${prefix}/share/mozart --with-inc-dir=${prefix}/include --with-lib-dir=${prefix}/lib 33 worksrcdir mozart-${version}.20080704 34 configure.args --prefix=${prefix}/share/mozart --with-inc-dir=${prefix}/include --with-lib-dir=${prefix}/lib --enable-modules-static 33 35 34 36 build.target 35 37