freebsd-ports/x11-fonts/font-tex-gyre-pagella-math/Makefile
Yuri Victorovich 839e74e168 New ports: The TeX Gyre (TG) Math Fonts (4 new ports)
* x11-fonts/font-tex-gyre-bonum-math
* x11-fonts/font-tex-gyre-pagella-math
* x11-fonts/font-tex-gyre-schola-math
* x11-fonts/font-tex-gyre-termes-math
2018-03-17 06:40:18 +00:00

28 lines
764 B
Makefile

# $FreeBSD$
PORTNAME= font-tex-gyre-pagella-math
DISTVERSION= 1.632
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 Pagella family
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>