pkgsrc/print/tex-subfigure/Makefile
minskim 25d29a5a79 Import tex-subfigure-2.1.5 as print/tex-subfigure.
This package provides support for the manipulation and reference of
small or `sub' figures and tables within a single figure or table
environment.  It is convenient to use this package when your
subfigures are to be separately captioned, referenced, or are to be
included in the List-of-Figures.  A new \subfigure command is
introduced which can be used inside a figure environment for each
subfigure.  An optional first argument is used as the caption for that
subfigure.  This package is now obsolescent; new users should use
tex-subfig instead.
2009-07-16 23:30:21 +00:00

13 lines
347 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/07/16 23:30:21 minskim Exp $
# TeX Live Revision 7340
DISTNAME= subfigure
PKGNAME= tex-${DISTNAME}-2.1.5
MAINTAINER= minskim@NetBSD.org
COMMENT= Figures divided into subfigures (obsoleted by tex-subfig)
CONFLICTS+= teTeX-texmf<=3.0nb19
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"