summaryrefslogtreecommitdiff
path: root/print/tex-placeins/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-24 01:46:06 +0000
committerminskim <minskim>2009-04-24 01:46:06 +0000
commit99b0dba98e39ea68cb7cfd09bb7667ac2fc572c5 (patch)
treed2a3b59f44c74512d2d50af880e8f306b48f18f3 /print/tex-placeins/Makefile
parent9385e2e0a67548ac75604a0e7d2c46cf24ca4730 (diff)
downloadpkgsrc-99b0dba98e39ea68cb7cfd09bb7667ac2fc572c5.tar.gz
Import tex-placeins-2.2 as print/tex-placeins.
This package defines a \FloatBarrier command, beyond which floats may not pass. It is useful, for example, to ensure all floats for a section appear before the next \section command.
Diffstat (limited to 'print/tex-placeins/Makefile')
-rw-r--r--print/tex-placeins/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-placeins/Makefile b/print/tex-placeins/Makefile
new file mode 100644
index 00000000000..87dc6723764
--- /dev/null
+++ b/print/tex-placeins/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/24 01:46:06 minskim Exp $
+# TeX Live Revision 7340
+
+DISTNAME= placeins
+PKGNAME= tex-${DISTNAME}-2.2
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= TeX command to control float placement
+
+CONFLICTS+= teTeX-texmf<=3.0nb13
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"