Ticket #11163: Portfile-LyX-1.5.3.diff
File Portfile-LyX-1.5.3.diff, 992 bytes (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.3 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 ftp://ftp.lyx.org/pub/lyx/stable/ 18 use_bzip2 yes 18 19 distname lyx-${version} 19 checksums ${distname}${extract.suffix} sha1 4f59ca18516672af3df93706aba4914c3484ba4f 20 worksrcdir lyx-${version} 20 checksums sha1 828c7e03329cf65dcc9331fdf00b73cc8367e4f9 21 21 depends_lib lib:libqt.3.3:qt3-mac 22 22 23 23 patchfiles patch-ltmain.sh 24 24 25 configure.compiler gcc-3.326 25 configure.cppflags "-I${prefix}/include/qt3" 27 26 configure.ldflags "-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz" 28 27 configure.env QTDIR="${prefix}"