mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
928 B
Tcl
28 lines
928 B
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
|
|
PortGroup github 1.0
|
|
|
|
epoch 1
|
|
github.setup fontforge libspiro 20221101
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
categories graphics
|
|
license GPL-3+
|
|
maintainers {devans @dbevans} openmaintainer
|
|
|
|
description Raph Levien's Spiro package as a library.
|
|
|
|
long_description \
|
|
Raph Levien's Spiro package as a library. A mechanism for drawing \
|
|
smooth contours with constant curvature at the spline joins.
|
|
|
|
checksums sha256 ab7a7ecaed0540e505beb3bf06a51782ea485b92d3ccc58e15a01a8a4902a052 \
|
|
rmd160 fd32c22e7e9deddd68cfe49eff76e344b832fdcc \
|
|
size 107848
|
|
|
|
use_autoreconf yes
|
|
|
|
configure.args --disable-silent-rules
|