diff options
Diffstat (limited to 'fonts/tex-rsfso/Makefile')
-rw-r--r-- | fonts/tex-rsfso/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts/tex-rsfso/Makefile b/fonts/tex-rsfso/Makefile new file mode 100644 index 00000000000..c242df08b53 --- /dev/null +++ b/fonts/tex-rsfso/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:54 wiz Exp $ + +DISTNAME= rsfso +PKGNAME= tex-${DISTNAME}-1.01 +TEXLIVE_REV= 32051 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/rsfso +COMMENT= Mathematical calligraphic font based on rsfs +LICENSE= lppl-1.3c + +TEX_MAP_FILES+= rsfso.map + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |