# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        Qucs ADMS 2.3.7 release-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums           rmd160  861661c9e560d908161415d80556788b8d9c8b1a \
                    sha256  5d9c0d38386237a3e0c6fabd7e2b4e4b8cca8d855577a4de28aacc1a77cd426a \
                    size    184368
revision            0

platforms           darwin macosx
categories          science
license             GPL-3
maintainers         {ra1nb0w @ra1nb0w} openmaintainer

description         ADMS is a code generator for the Verilog-AMS language
long_description    {*}${description}

use_autoconf        yes
autoconf.cmd        ./bootstrap.sh

depends_build-append \
    port:autoconf \
    port:automake \
    port:libtool \
    port:flex \
    port:bison \
    port:libxml2 \
    port:perl5.34 \
    port:p5.34-xml-libxml \
    port:p5.34-gd

configure.perl      ${prefix}/bin/perl5.34

configure.args      --disable-silent-rules
