diff options
Diffstat (limited to 'fonts/tex-adforn/Makefile')
-rw-r--r-- | fonts/tex-adforn/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts/tex-adforn/Makefile b/fonts/tex-adforn/Makefile new file mode 100644 index 00000000000..2d4bfecc17c --- /dev/null +++ b/fonts/tex-adforn/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:58 wiz Exp $ + +DISTNAME= adforn +PKGNAME= tex-${DISTNAME}-1.001.b.2 +TEXLIVE_REV= 20019 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/adforn +COMMENT= OrnementsADF font with TeX/LaTeX support +LICENSE= lppl-1.3c + +TEX_MAP_FILES+= OrnementsADF.map + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |