On Thu Jun 06, 2019 at 02:52:03PM +0200, Remi Pointel wrote: > Hi, > > attached is a new font called "luciole": a typeface developed explicitly for > visually impaired people. > > ------------------ > $ pkg_info luciole > Information for inst:luciole-1.0 > > Comment: > typeface developed explicitly for visually impaired people > > Description: > Luciole (French fo "firefly") is a new typeface developed explicitly for > visually impaired people. The result of a two-year collaboration between the > Centre Technique Regional pour la Deficience Visuelle (the Regional > Technical > Center for Visual Impairment) and the type-design studio typographies.fr, > this > project received a grant from the Swiss Ceres Foundation and support from > the > DIPHE laboratory at the Universite Lumiere Lyon 2. > > Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org> > > WWW: https://www.luciole-vision.com/ > ------------------ > > Ok? > > Cheers, > > Remi.
With the following clean up, OK rsadowski@ --- Makefile.orig Sat Jun 8 09:37:42 2019 +++ Makefile Sat Jun 8 09:38:27 2019 @@ -8,7 +8,7 @@ HOMEPAGE = https://www.luciole-vision.com/ -# Creative Commons Attribution 4.0 International Public License +# Creative Commons Attribution 4.0 International Public License PERMIT_PACKAGE = Yes MASTER_SITES = https://www.typographies.fr/N/luciole/ @@ -16,8 +16,8 @@ DISTFILES = Luciole-Bold-Italic.ttf \ Luciole-Bold.ttf \ Luciole-Regular-Italic.ttf \ - Luciole-Regular.ttf -EXTRACT_ONLY = + Luciole-Regular.ttf +EXTRACT_ONLY = NO_BUILD = Yes NO_TEST = Yes