You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.2 KiB
Tcl
40 lines
1.2 KiB
Tcl
# -*- 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 mkfontscale
|
|
version 1.2.3
|
|
revision 0
|
|
|
|
checksums rmd160 a35383b333f333a0e62a3fb25a478ae5c08f75d9 \
|
|
sha256 2921cdc344f1acee04bcd6ea1e29565c1308263006e134a9ee38cf9c9d6fe75e \
|
|
size 145584
|
|
|
|
categories x11
|
|
license X11
|
|
platforms darwin
|
|
maintainers {jeremyhu @jeremyhu} openmaintainer
|
|
description X11 mkfontscale
|
|
long_description Create an index of scalable font files for X
|
|
|
|
homepage https://www.x.org/
|
|
master_sites xorg:individual/app/
|
|
|
|
use_xz yes
|
|
use_parallel_build yes
|
|
|
|
depends_build port:xorg-util-macros \
|
|
port:pkgconfig \
|
|
port:xorg-xorgproto
|
|
|
|
depends_lib port:xorg-libfontenc \
|
|
port:freetype \
|
|
port:bzip2 \
|
|
port:zlib
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
|
|
|
|
configure.args --with-bzip2
|