blob: 7d6ae3f664c99af43c18a8f09b76780b7e31ca94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.7 2016/01/30 03:26:06 markd Exp $
DISTNAME= algorithm2e
PKGNAME= tex-${DISTNAME}-5.0
TEXLIVE_REV= 28749
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Floating algorithm environment with algorithmic keywords
LICENSE= lppl-1.3c
DEPENDS+= tex-endfloat-[0-9]*:../../print/tex-endfloat
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-relsize-[0-9]*:../../print/tex-relsize
DEPENDS+= tex-tocbibind-[0-9]*:../../print/tex-tocbibind
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|