44faa0cdcd
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
18 lines
573 B
Makefile
18 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:39 wiz Exp $
|
|
|
|
DISTNAME= jurabib
|
|
PKGNAME= tex-${DISTNAME}-0.6
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= BibTeX citation support for the humanities and legal texts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-url-[0-9]*:../../print/tex-url
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|