Ticket #1010: Portfile

File Portfile, 852 bytes (added by waqar@…, 21 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem      1.0
4name            TeXShop
5version         1.30
6categories      editors
7maintainers     waqar@opendarwin.org
8description     TeX previewer for Mac OS X
9long_description   \
10        TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since \
11        pdf is a native file format on OS X, TeXShop uses "pdftex" and \
12        "pdflatex" rather than "tex" and "latex" to typeset, these \
13        programs in the standard teTeX distribution of TeX produce pdf \
14        output instead of dvi output.
15homepage        http://www.uoregon.edu/~koch/texshop/texshop.html
16platforms       darwin
17master_sites    http://www.uoregon.edu/~koch/texshop/
18distname        texshopsource
19checksums       md5 6efc6c60c23b8f908aaad026648465b2
20use_configure   no
21build.type      pbx
22build.target
23destroot.destdir
24destroot        { system "cd ${worksrcpath} && ditto build/${name}.app \
25                        ${destroot}/Applications/${name}.app" }