# -*- 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 PortGroup qmake5 1.0 epoch 1 github.setup svn-all-fast-export svn2git 1.0.12 categories devel platforms darwin maintainers {ryandesign @ryandesign} openmaintainer license GPL-3+ description converts a Subversion repository into one or more Git repositories long_description svn2git provides the svn-all-fast-export program which ${description}. checksums rmd160 69e2f9855ba61c664f2d50db94cbb6f1eefd6108 \ sha256 705dcca661c3892c478e7e08dd1b719d2fe0226aec3f274b01b6d77be56ca9a2 \ size 43609 depends_lib-append port:apr \ port:subversion # muniversal destroot requires a Makefile post-extract { copy ${filespath}/Makefile-Install.in ${worksrcpath}/Makefile-Install } post-patch { reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile-Install } configure.args-append \ APR_INCLUDE=${prefix}/include/apr-1 \ CONFIG-=app_bundle \ SVN_INCLUDE=${prefix}/include/subversion-1 \ SVN_LIBDIR=${prefix}/lib destroot.args-append \ -f Makefile-Install