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

github.setup        bestouff genext2fs 1.6.2 v
github.tarball_from archive
revision            0

categories          sysutils
license             GPL-2
maintainers         free.fr:revol
description         Ext2 filesystem image generator
long_description    Genext2fs generates an ext2 filesystem as a normal (i.e. non-root) user
homepage            https://genext2fs.sourceforge.net/

checksums           rmd160  c232272f8e43bdef888433d87ff748140beca036 \
                    sha256  b8aba9af48e664fa60134af696a57b3bb4ebd2b2878533d7611734e90b883ecc \
                    size    56833

use_autoreconf      yes
autoreconf.cmd      ./autogen.sh

depends_build-append \
                    port:autoconf \
                    port:automake
