pkgsrc/print/tex-algorithm2e/Makefile

23 lines
769 B
Makefile
Raw Normal View History

2019-12-06 21:17:03 +01:00
# $NetBSD: Makefile,v 1.10 2019/12/06 20:18:46 markd Exp $
DISTNAME= algorithm2e
PKGNAME= tex-${DISTNAME}-5.2
TEXLIVE_REV= 44846
2013-11-22 00:50:04 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/algorithm2e
COMMENT= Floating algorithm environment with algorithmic keywords
2016-01-30 04:26:04 +01:00
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
2019-12-06 21:17:03 +01:00
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"