19 lines
560 B
Makefile
19 lines
560 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2014/01/07 09:01:20 minskim Exp $
|
||
|
|
||
|
DISTNAME= xifthen
|
||
|
PKGNAME= tex-${DISTNAME}-1.3
|
||
|
TEXLIVE_REV= 15878
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
COMMENT= Extended conditional commands
|
||
|
LICENSE= lppl-1.3c
|
||
|
|
||
|
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
|
||
|
DEPENDS+= tex-ifmtarg-[0-9]*:../../print/tex-ifmtarg
|
||
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
||
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
||
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
||
|
|
||
|
.include "../../print/texlive/package.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|