mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.2 KiB
Tcl
31 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup catap cmconvert v1.9.6
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 1
|
|
categories textproc
|
|
license GPL-2+
|
|
maintainers stromberg.org:thomas+darwinports openmaintainer
|
|
|
|
|
|
description Converts GPX files with GPS coordinates into into CacheMate PDB files
|
|
long_description Converts Geocaching.com GPX files into CacheMate PDB files, so \
|
|
that they may be used by the CacheMate software for PalmOS.
|
|
|
|
checksums rmd160 8be3dd6cc9ad8fffba5e9627f6c192c74799a290 \
|
|
sha256 f15819d343539b2acfe7c92286fc49772c43ab85543838602870600f9e3a5afb \
|
|
size 139032
|
|
|
|
depends_lib port:expat \
|
|
port:libzzip
|
|
|
|
configure.args --with-expat-dir=${prefix} \
|
|
--with-zzip-dir=${prefix} \
|
|
--mandir=${destroot}${prefix}/share/man
|
|
|
|
destroot.destdir prefix=${destroot}${prefix}
|