Original submission by George Rosamond, who takes MAINTAINER -- thanks! Tweaks and ok sthen@ The objective of this project is to create a formal Serif Latin & Looped Thai typeface. Taviraj is a contemporary serif typeface family that maintains readability and legibility. Inspired by transitional serif typeface design, Taviraj has 9 weights and their italics, which range from Thin to black. It is a contemporary take on high contrast typefaces that never go out of style.
32 lines
714 B
Makefile
32 lines
714 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/03/29 20:33:28 bcallah Exp $
|
|
|
|
COMMENT = Serif Latin and Looped Thai typeface
|
|
|
|
DISTNAME = taviraj-0.20160412
|
|
|
|
GH_ACCOUNT = cadsondemak
|
|
GH_PROJECT = taviraj
|
|
GH_COMMIT = 8bd077c195dccf3bfc4699ec6ae9c6909bdd03a5
|
|
|
|
CATEGORIES = fonts
|
|
|
|
HOMEPAGE = https://cadsondemak.github.io/taviraj/
|
|
|
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
FONTDIR = ${PREFIX}/share/fonts/taviraj
|
|
DOCDIR = ${PREFIX}/share/doc/taviraj
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FONTDIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKDIST}/font/{*.otf,*.ttf} ${FONTDIR}
|
|
${INSTALL_DATA} ${WRKDIST}/{OFL.txt,README.md} ${DOCDIR}
|
|
|
|
.include <bsd.port.mk>
|