# $Id: Portfile,v 1.3 2003/11/04 19:23:38 waqar Exp $ PortSystem 1.0 name TeXShop version 1.32 categories editors 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 be5d3eeaf77ec26e05c21c22a8343dd3 use_configure no build.type pbx build.target destroot.destdir destroot { system "cd ${worksrcpath} && ditto build/${name}.app \ ${destroot}/Applications/${name}.app" }