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

name                bdftopcf
version             1.1
categories          x11
license             X11
platforms           darwin
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         X11 bdftopcf
long_description    Convert X font from BDF to PCF

homepage            https://www.x.org/
master_sites        xorg:individual/app/

checksums           rmd160  eaf9c8341ceeb03592601e3da82899514fdf0f4a \
                    sha256  4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2 \
                    size    150815

use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:pkgconfig

depends_lib \
	port:xorg-libXfont

livecheck.type  regex
livecheck.url   https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
