diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-08 11:27:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-08 11:27:28 +0000 |
commit | 2a7fb50f246a5d5805c2ebabd0f7275b19054e29 (patch) | |
tree | 462d39a4ad4ebff75f1535a248d02f5ab0ed0140 /fonts/tex-lfb-doc/Makefile | |
parent | ca86077b7fd565458b776fdf508602509392f8c4 (diff) | |
download | pkgsrc-2a7fb50f246a5d5805c2ebabd0f7275b19054e29.tar.gz |
Add a couple more tex-* font packages. This completes
texlive-collection-fontsextra.
Diffstat (limited to 'fonts/tex-lfb-doc/Makefile')
-rw-r--r-- | fonts/tex-lfb-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/tex-lfb-doc/Makefile b/fonts/tex-lfb-doc/Makefile new file mode 100644 index 00000000000..2ab6be485b1 --- /dev/null +++ b/fonts/tex-lfb-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:47 wiz Exp $ + +DISTNAME= lfb.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.0 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/lfb +COMMENT= Documentation for tex-lfb +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |