openbsd-ports/fonts/stixfonts/Makefile

34 lines
685 B
Makefile

COMMENT = scientific, technical and mathematical fonts
V = 2.13b171
PKGNAME = stixfonts-${V}
GH_ACCOUNT = stipub
GH_PROJECT = stixfonts
GH_TAGNAME = v${V}
CATEGORIES = fonts
HOMEPAGE = https://www.stixfonts.org/
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/stixfonts
DOCDIR = ${PREFIX}/share/doc/stixfonts
do-install:
${INSTALL_DATA_DIR} ${FONTDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKDIST}/fonts/static_otf/*.otf ${FONTDIR}
${INSTALL_DATA} ${WRKDIST}/fonts/static_ttf/*.ttf ${FONTDIR}
${INSTALL_DATA} ${WRKDIST}/README.md ${DOCDIR}
.include <bsd.port.mk>