summaryrefslogtreecommitdiff
path: root/print/tex-algorithm2e/Makefile
blob: e4749738c567b1a07a5d2271a30321b9cbb5dfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.5 2013/11/21 23:50:04 jmmv Exp $

DISTNAME=	algorithm2e
PKGNAME=	tex-${DISTNAME}-4.01
TEXLIVE_REV=	16417

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Floating algorithm environment with algorithmic keywords

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"