# -*- 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           xcode 1.0

name                welly-clyang
github.setup        clyang welly 3.1.2
github.tarball_from archive
categories          www aqua
maintainers         @mecca831
description         A powerful BBS client for macOS users, clyang's fork
long_description    ${description}
platforms           darwin
license             GPL-2

checksums           rmd160  0334fb924b5507980819460a20fc85ef1d3d933c \
                    sha256  767ab368903c573ad9e680ae5f8cfaba054cccf809e93d257dfee015635eeffc \
                    size    10204497

post-extract {
    # dummy files required by the build system
    foreach f {fabric.apikey fabric.buildsecret} {
        touch ${worksrcpath}/src/${f}
    }
}

build.dir           ${worksrcpath}/src
destroot.dir        ${worksrcpath}/src
