# $Id: Portfile,v 1.2 2003/10/24 02:59:05 waqar Exp $ PortSystem 1.0 name TeXShop version 1.31 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 3e5808416f4118a06a3107d78b59aef5 use_configure no build.type pbx build.target destroot.destdir destroot { system "cd ${worksrcpath} && ditto build/${name}.app \ ${destroot}/Applications/${name}.app" }