pkgsrc/print/tex-filehook/Makefile
markd 6079e549e6 Add tex-filehook{,-doc} 0.5d
The package provides several file hooks (AtBegin, AtEnd, ...)
for files read by \input, \include and \InputIfFileExists.
General hooks for all such files (e.g. all \include'd ones) and
file specific hooks only used for named files are provided; two
hooks are provided for the end of \included files -- one
before, and one after the final \clearpage.
2017-06-23 23:13:34 +00:00

15 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/23 23:13:34 markd Exp $
DISTNAME= filehook
PKGNAME= tex-${DISTNAME}-0.5d
TEXLIVE_REV= 24280
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/filehook
COMMENT= Hooks for input files
LICENSE= lppl-1.3c
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"