summaryrefslogtreecommitdiff
path: root/print/tex-fancyhdr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-fancyhdr/Makefile')
-rw-r--r--print/tex-fancyhdr/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-fancyhdr/Makefile b/print/tex-fancyhdr/Makefile
new file mode 100644
index 00000000000..7b1bb1d8910
--- /dev/null
+++ b/print/tex-fancyhdr/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 05:49:05 minskim Exp $
+# TeX Live Revision 7340
+
+DISTNAME= fancyhdr
+PKGNAME= tex-${DISTNAME}-3.1
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Extensive control of page headers and footers in LaTeX2e
+
+CONFLICTS+= teTeX-texmf<=3.0nb13
+DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"