# -*- 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 makefile 1.0 github.setup rcedgar muscle 5.2 v github.tarball_from archive revision 0 categories science license GPL-3 maintainers {reneeotten @reneeotten} openmaintainer description A program for multiple sequence alignment with high accuracy and high throughput long_description ${description} homepage https://drive5.com/muscle5 checksums rmd160 81b22c2b418ad30db07530406a4c7382a6717bc1 \ sha256 7aff1473241a36da94a88f37920a343fae91d2b6faae22e15c06591d1d0339b6 \ size 14085673 compiler.openmp_version 2.5 patchfiles patch-Makefile.diff \ patch-gitver.txt.diff post-patch { reinplace "s|@@VERSION@@|\"${version}\"|g" ${worksrcpath}/src/gitver.txt } variant native description {Build with best native support for local CPU capabilities} { configure.cppflags-append -mtune=native configure.optflags-replace -Os -O3 } build.dir ${worksrcpath}/src build.target destroot { xinstall -m 0755 -W ${worksrcpath}/bin muscle ${destroot}${prefix}/bin }