diff options
Diffstat (limited to 'x11-fonts/font-tex-gyre-schola-math/Makefile')
-rw-r--r-- | x11-fonts/font-tex-gyre-schola-math/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-fonts/font-tex-gyre-schola-math/Makefile b/x11-fonts/font-tex-gyre-schola-math/Makefile new file mode 100644 index 000000000000..1686b1768f4f --- /dev/null +++ b/x11-fonts/font-tex-gyre-schola-math/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= font-tex-gyre-schola-math +DISTVERSION= 1.533 +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 Schola 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> |