pkgsrc/print/tex-here/Makefile
minskim bceb2e83ab Import tex-here-2010 as print/tex-here.
Provides the H option for floats in LaTeX to signify that the environemt
is not really a float (and should therefore be placed "here" and not
float at all). The package emulates an older package of the same name,
which has long been been suppressed by its author. The job is done by
nothing more than loading the float package, which has long provided the
option in an acceptable framework.
2011-01-22 22:06:30 +00:00

14 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/01/22 22:06:30 minskim Exp $
DISTNAME= here
PKGNAME= tex-${DISTNAME}-2010
TEXLIVE_REV= 16135
MAINTAINER= minskim@NetBSD.org
COMMENT= Emulation of obsolete package for "here" floats
CONFLICTS+= teTeX-texmf<3.0nb29
DEPENDS+= tex-float>=1.3d:../../print/tex-float
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"