22 lines
778 B
Makefile
22 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/11/01 19:38:02 markd Exp $
|
|
|
|
DISTNAME= minted
|
|
PKGNAME= tex-${DISTNAME}-2.0
|
|
TEXLIVE_REV= 36197
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
COMMENT= Highlighted source code for LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
|
|
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
|
|
DEPENDS+= tex-float-[0-9]*:../../print/tex-float
|
|
DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform
|
|
DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno
|
|
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
|
DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring
|
|
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|