Includes adding "1.1" to terminus/inconsolata/fantasque which were marked just "OFL", as that's the license version in their distfiles / repos.
30 lines
540 B
Makefile
30 lines
540 B
Makefile
# $OpenBSD: Makefile,v 1.8 2017/11/16 03:33:09 bentley Exp $
|
|
|
|
COMMENT= monospace font designed for coders
|
|
|
|
TYPEFACE= inconsolata
|
|
DISTNAME= Inconsolata
|
|
PKGNAME= ${TYPEFACE}-font-0.1
|
|
REVISION= 2
|
|
CATEGORIES= fonts x11
|
|
|
|
HOMEPAGE= http://www.levien.com/type/myfonts/inconsolata.html
|
|
|
|
MASTER_SITES= https://distfiles.nl/
|
|
EXTRACT_SUFX= .otf
|
|
EXTRACT_ONLY=
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= font
|
|
FONTTYPES= otf
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
|
|
pre-install:
|
|
cp ${FULLDISTDIR}/${DISTFILES} ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|