# $Id: Portfile,v 1.6 2003/12/31 02:14:29 waqar Exp $ PortSystem 1.0 name TeXShop version 1.34 revision 2 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 147c5ae0baafb96bd38a4ef9c127927d use_configure no build.type pbx build.target destroot.destdir destroot { system "cd ${worksrcpath} && ditto build/${name}.app \ ${destroot}/Applications/DarwinPorts/${name}.app" }