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

github.setup            atheme-legacy libmowgli 1.0.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
categories              devel
license                 ISC
maintainers             nomaintainer
description             class library for C
long_description        libmowgli is a class library containing performance \
                        and usability oriented extensions to C.

# github has no releases and http://distfiles.atheme.org no longer seems to work
master_sites            macports_distfiles

checksums               rmd160  55b3eea025e27bed54c6f59bba6fd989606da1f9 \
                        sha256  c1ed9a4efafc9ec9700142eb41accc8bf69d205e23e5a5664e5ab4c56c1a5a11 \
                        size    126941

patchfiles              check-for-cpp.patch \
                        patch-m4-buildsys.m4.diff

# We are patching configure.ac and m4 files.
use_autoconf            yes

# github has no releases and all work upstream seems to be going toward libmowgli-2
livecheck.type          none

deprecated.upstream_support no
