bentley d509c023f8 Set PKG_ARCH = * in all font ports.
The unmarked ports contained only .ttf, .otf, .pcf, and text files,
all arch-independent.
2020-05-25 04:30:12 +00:00

35 lines
732 B
Makefile

# $OpenBSD: Makefile,v 1.3 2020/05/25 04:30:12 bentley Exp $
COMMENT = Serif Latin and Looped Thai typeface
DISTNAME = taviraj-0.20160412
REVISION = 0
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 = Yes
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
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>