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