mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
20 lines
605 B
Makefile
20 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:22 rodent Exp $
|
|
|
|
DISTNAME= algorithms
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
TEXLIVE_REV= 15878
|
|
DIST_SUBDIR= ${PKGBASE}-${TEXLIVE_REV}.2010
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Suite of tools for typesetting algorithms in pseudo-code
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb19
|
|
DEPENDS+= tex-float-[0-9]*:../../print/tex-float
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|