diff options
Diffstat (limited to 'print/tex-algorithms-doc/Makefile')
-rw-r--r-- | print/tex-algorithms-doc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-algorithms-doc/Makefile b/print/tex-algorithms-doc/Makefile new file mode 100644 index 00000000000..01dc0e2486a --- /dev/null +++ b/print/tex-algorithms-doc/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/16 23:25:44 minskim Exp $ +# TeX Live Revision 7340 + +DISTNAME= algorithms.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2008.7340 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-algorithms +LICENSE= gnu-lgpl-v2.1 + +CONFLICTS+= teTeX-texmf<=3.0nb19 + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" |