Ticket #11163: Portfile-LyX-1.5.4.diff
File Portfile-LyX-1.5.4.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 PortSystem 1.0 3 3 name LyX 4 version 1.4.0pre34 version 1.5.4 5 5 platforms darwin 6 6 categories aqua 7 7 maintainers rsorasen@broadpark.no … … 14 14 leaving details of visual layout to the software. 15 15 16 16 homepage http://www.lyx.org 17 master_sites ftp://ftp.devel.lyx.org/pub/lyx/pre/ 17 master_sites http://lyx.cybermirror.org/stable/ \ 18 http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \ 19 ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \ 20 ftp://ftp.lyx.org/pub/lyx/stable/ \ 21 http://gd.tuwien.ac.at/publishing/tex/lyx/stable/ 22 use_bzip2 yes 18 23 distname lyx-${version} 19 checksums ${distname}${extract.suffix} sha1 4f59ca18516672af3df93706aba4914c3484ba4f 20 worksrcdir lyx-${version} 24 checksums md5 6f424dc23af78e1d39c6962101cde2e9 \ 25 sha1 75c2be653b64eedeb443caf2b0401fb74a15e908 \ 26 rmd160 fca3cb9c9c9437e879c8abea820fbd28a5d1d72d 21 27 depends_lib lib:libqt.3.3:qt3-mac 22 28 23 29 patchfiles patch-ltmain.sh 24 30 25 configure.compiler gcc-3.326 31 configure.cppflags "-I${prefix}/include/qt3" 27 32 configure.ldflags "-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz" 28 33 configure.env QTDIR="${prefix}"