diff options
Diffstat (limited to 'print/tex-threeparttable/Makefile')
-rw-r--r-- | print/tex-threeparttable/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-threeparttable/Makefile b/print/tex-threeparttable/Makefile new file mode 100644 index 00000000000..f9054cb20eb --- /dev/null +++ b/print/tex-threeparttable/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/12 20:59:29 minskim Exp $ +# TeX Live Revision 17383 + +DISTNAME= threeparttable +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX tables with captions and notes all the same width + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |