1 | # $Id: Portfile,v 1.4 2004/01/18 04:54:50 toby Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name cmconvert |
---|
5 | version 1.8.6 |
---|
6 | categories textproc |
---|
7 | maintainers thomas+darwinports@stromberg.org |
---|
8 | description Converts GPX files with GPS coordinates into into CacheMate PDB files |
---|
9 | long_description Converts Geocaching.com GPX files into CacheMate PDB files, so \ |
---|
10 | that they may be used by the CacheMate software for PalmOS. |
---|
11 | homepage http://www.smittyware.com/palm/cachemate/ |
---|
12 | platforms darwin |
---|
13 | master_sites http://www.smittyware.com/download/ |
---|
14 | checksums md5 e269cc710e097cb1a365db550a0940d0 |
---|
15 | depends_lib lib:libexpat.0:expat lib:libzzip.0.10:libzzip |
---|
16 | configure.args --with-expat-dir=${prefix} --with-zzip-dir=${prefix} |
---|
17 | |
---|
18 | destroot.destdir prefix=${destroot}${prefix} |
---|