# $Id: Portfile,v 1.2 2004/09/17 17:13:46 waqar Exp $ PortSystem 1.0 name TeXShop version 1.35e revision 0 categories editors aqua maintainers waqar@opendarwin.org description TeX previewer for Mac OS X long_description \ TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since \ pdf is a native file format on OS X, TeXShop uses "pdftex" and \ "pdflatex" rather than "tex" and "latex" to typeset, these \ programs in the standard teTeX distribution of TeX produce pdf \ output instead of dvi output. homepage http://www.uoregon.edu/~koch/texshop/texshop.html platforms darwin master_sites http://www.uoregon.edu/~koch/texshop distname texshopsource checksums md5 14bc6c9d92c1b4d90fd1dd399a480b88 use_configure no patch { reinplace "s|FRAMEWORK_SEARCH_PATHS = \"| \ FRAMEWORK_SEARCH_PATHS = \"\${SRCROOT} |g" \ ${worksrcpath}/${name}.xcode/project.pbxproj } build.type pbx build.target destroot.destdir destroot { set appPath ${destroot}/Applications/DarwinPorts xinstall -d -m 755 ${appPath} file copy ${worksrcpath}/build/${name}.app ${appPath}/${name}.app }