diff options
Diffstat (limited to 'print/tex-bibtex-doc/Makefile')
-rw-r--r-- | print/tex-bibtex-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-bibtex-doc/Makefile b/print/tex-bibtex-doc/Makefile new file mode 100644 index 00000000000..48795ea62fa --- /dev/null +++ b/print/tex-bibtex-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 05:30:48 minskim Exp $ +# TeX Live Revision 7340 + +DISTNAME= bibtex.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.99c + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-bibtex + +CONFLICTS+= teTeX-texmf<=3.0nb15 + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" |