Ticket #19857: Portfile-LyX.diff
File Portfile-LyX.diff, 1.7 KB (added by nerdling (Jeremy Lavergne), 15 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name LyX 7 version 1.6. 08 revision 1 7 version 1.6.3 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 platforms darwin 10 10 categories aqua 11 11 maintainers nomaintainer … … 18 18 leaving details of visual layout to the software. 19 19 20 20 homepage http://www.lyx.org/ 21 master_sites http://lyx.cybermirror.org/stable/ \22 http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \23 ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \24 ftp://ftp.lyx.org/pub/lyx/stable/ \25 http://gd.tuwien.ac.at/publishing/tex/lyx/stable/ 21 master_sites http://lyx.cybermirror.org/stable/${branch}.x/ \ 22 http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \ 23 ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \ 24 ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \ 25 http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/ 26 26 use_bzip2 yes 27 27 distname lyx-${version} 28 28 checksums md5 a51469e84e3c377df94a1546cf3077b6 \ … … 41 41 configure.pre_args --prefix=/Applications/MacPorts/LyX.app 42 42 configure.args --with-frontend=qt4 --without-x --with-included-gettext \ 43 43 --enable-optimization=-Os --disable-concept-checks \ 44 --with-qt4-dir=${prefix}/libexec/qt4-mac 44 --with-qt4-dir=${prefix}/libexec/qt4-mac \ 45 --with-version-suffix=-1.6 46 build.env LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \ 47 LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \ 48 CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include 49