# $Id: Portfile,v 1.13 2005/06/07 19:10:57 waqar Exp $ PortSystem 1.0 name TeXShop version 2.03 revision 1 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 macosx master_sites http://www.uoregon.edu/~koch/texshop use_zip yes distname texshopsource checksums md5 d13413be907a553fa5eed815c7c5ae51 \ sha1 a0ba7065555b304dc323bd556cbea184748ebf04 use_configure no build.type pbx build.target -target ${name} build.args build FRAMEWORK_SEARCH_PATHS=${worksrcpath} destroot { cd ${worksrcpath} system "${build.cmd} DSTROOT=${destroot} \ INSTALL_PATH=/Applications/DarwinPorts -target ${name} \ install INSTALL_MODE_FLAG=755 \ FRAMEWORK_SEARCH_PATHS=${worksrcpath}" }