summaryrefslogtreecommitdiff
path: root/print/tex-bibtopic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-bibtopic/Makefile')
-rw-r--r--print/tex-bibtopic/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-bibtopic/Makefile b/print/tex-bibtopic/Makefile
new file mode 100644
index 00000000000..077eee4a4bd
--- /dev/null
+++ b/print/tex-bibtopic/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/06 21:48:54 minskim Exp $
+
+DISTNAME= bibtopic
+PKGNAME= tex-${DISTNAME}-1.1a
+TEXLIVE_REV= 15878
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Include multiple bibliographies in a document
+
+CONFLICTS= teTeX-texmf<=3.0nb29
+DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"