# -*- 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.16 revision 0 checksums rmd160 9ecaeeb0745903e20bb350437769e934c91f45f7 \ sha256 94c0269e10ea4470ffbb844d9de7d4a0e6fc6dafb11656a18a37a3b2dba7cc15 \ size 44494 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}. 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