# -*- 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 cmake 1.1 name AtomicParsley github.setup wez atomicparsley 20221229.172126.d813aa6 github.tarball_from archive revision 0 categories multimedia maintainers nomaintainer license GPL-2+ description MPEG-4 command line tool long_description AtomicParsley is a lightweight command line program \ for reading, parsing and setting metadata into MPEG-4 \ files, in particular, iTunes-style metadata. checksums rmd160 57fa2cbe3f7d4b54cb14a1b857b8d5ba98649218 \ sha256 2f095a251167dc771e8f4434abe4a9c7af7d8e13c718fb8439a0e0d97078899b \ size 230461 conflicts AtomicParsley-devel depends_lib port:zlib if {${os.platform} eq "darwin" && ${os.major} < 16} { patchfiles-append patch-use-deprecated.diff } compiler.cxx_standard 2011 post-patch { reinplace "s|$\{\PACKAGE_VERSION\}\|${version}|g" ${worksrcpath}/CMakeLists.txt reinplace "s|$\{\BUILD_INFO\}\|${cmake.build_type}|g" ${worksrcpath}/CMakeLists.txt }