bentley ee4b9e7efa Use consistent license marker for OFL 1.1 ports.
Includes adding "1.1" to terminus/inconsolata/fantasque which were marked
just "OFL", as that's the license version in their distfiles / repos.
2017-11-16 03:33:09 +00:00

33 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.8 2017/11/16 03:33:09 bentley Exp $
BROKEN-macppc = fontforge doesnt validate fonts
BROKEN-sparc64 = fontforge doesnt validate fonts
COMMENT = programming font designed with functionality in mind
GH_ACCOUNT = belluzj
GH_PROJECT = fantasque-sans
GH_TAGNAME = v1.7.1
CATEGORIES = fonts
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# SIL OFL 1.1
PERMIT_PACKAGE_CDROM = Yes
BUILD_DEPENDS = graphics/ttfautohint \
print/fontforge \
shells/bash
USE_GMAKE = Yes
NO_TEST = Yes
FONTDIR = ${PREFIX}/share/fonts/fantasque-sans
do-install:
${INSTALL_DATA_DIR} ${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTDIR}
.include <bsd.port.mk>