2018-03-17 07:40:18 +01:00
|
|
|
PORTNAME= font-tex-gyre-bonum-math
|
|
|
|
DISTVERSION= 1.005
|
2019-03-11 22:25:57 +01:00
|
|
|
PORTREVISION= 1
|
2018-03-17 07:40:18 +01:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
MASTER_SITES= http://www.gust.org.pl/projects/e-foundry/tg-math/download/
|
|
|
|
DISTNAME= ${PORTNAME:S/font-//:S/-//:S/-//}-${DISTVERSION:S/.//}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Math companion for the TeX Gyre Bonum family
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.gust.org.pl/projects/e-foundry/tg-math
|
2018-03-17 07:40:18 +01:00
|
|
|
|
|
|
|
LICENSE= GFL
|
|
|
|
LICENSE_NAME= GUST Font License
|
|
|
|
LICENSE_FILE= ${WRKSRC}/doc/GUST-FONT-LICENSE.txt
|
|
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
|
|
|
|
USES= fonts zip
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
FONTNAME= OTF
|
|
|
|
|
|
|
|
PLIST_FILES= ${FONTSDIR}/${PORTNAME:S/font-//:S/-//:S/-//}.otf
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/fonts/OTF
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/opentype/* ${STAGEDIR}${PREFIX}/share/fonts/OTF
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|