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

PortSystem      1.0
PortGroup       github 1.0

github.setup    libhangul libhangul 154a5e0f13aebc80a465336642a406d6ddfc06cf
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version         2023.04.15
categories      x11
license         LGPL-2.1+
maintainers     nomaintainer
description     A library for hangul processing.
long_description \
                {*}${description}

homepage        https://github.com/libhangul/libhangul

checksums       rmd160  61883d3d1ed44466fcd166dcbda9c13f5fbcc9ee \
                sha256  bd9f1e71f57b29444e377566f31709a4606daf22b93e299b8946643775ab0035 \
                size    4017370

use_autoreconf  yes
autoreconf.cmd  ./autogen.sh

depends_lib-append \
                port:check \
                port:expat \
                port:gettext \
                port:libiconv
depends_build-append \
                port:autoconf \
                port:automake \
                port:libtool \
                port:pkgconfig
