a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
19 lines
605 B
Makefile
19 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"
|