diff options
Diffstat (limited to 'print/tex-texmate-doc/Makefile')
-rw-r--r-- | print/tex-texmate-doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-texmate-doc/Makefile b/print/tex-texmate-doc/Makefile new file mode 100644 index 00000000000..5392d43cbd4 --- /dev/null +++ b/print/tex-texmate-doc/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/15 11:38:35 wiz Exp $ + +DISTNAME= texmate.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-texmate + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |