mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
15 lines
403 B
Makefile
15 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 23:22:11 minskim Exp $
|
|
|
|
DISTNAME= etoolbox
|
|
PKGNAME= tex-${DISTNAME}-2.1
|
|
TEXLIVE_REV= 20922
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Tool-box for LaTeX programmers using e-TeX
|
|
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|