Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/aqua/Chmox/Portfile

Revision 42524, 0.9 KB (checked in by nox@…, 6 weeks ago)

Chmox: Fixed livecheck.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup xcode 1.0
5
6name            Chmox
7version         0.4
8revision        1
9categories      aqua textproc
10maintainers     waqar@macports.org
11description     Read CHM documents on your Mac
12long_description        \
13        A viewer for Microsoft Help \"CHM\" (aka Compiled HTML) files   \
14        on Mac OS X 10.3 using Cocoa, WebKit and chmlib.
15homepage        http://chmox.sourceforge.net
16
17fetch.type      cvs
18cvs.root        :pserver:anonymous@chmox.cvs.sourceforge.net:/cvsroot/chmox
19cvs.module      Sources
20
21worksrcdir      Sources
22
23patchfiles      patch-chmox.xcode-project.pbxproj.diff
24
25post-patch {
26        reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/chmox.xcode/project.pbxproj
27}
28
29depends_lib     port:openssl \
30                        port:libxml2
31
32xcode.build.settings    LIBRARY_SEARCH_PATHS=${prefix}/lib \
33                                            DEPLOYMENT_LOCATION=NO
34
35xcode.destroot.settings LIBRARY_SEARCH_PATHS=${prefix}/lib
36
37livecheck.check regex
38livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"
Note: See TracBrowser for help on using the browser.