pkgsrc/print/tex-supertabular/Makefile
minskim d7da6917ff Import tex-supertabular-4.1a as print/tex-supertabular.
Generally longtable is a little easier to use and more flexible, but
supertabular has its place, since it will work in a few situations where
longtable won't.
2011-11-03 01:33:37 +00:00

14 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/03 01:33:37 minskim Exp $
DISTNAME= supertabular
PKGNAME= tex-${DISTNAME}-4.1a
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Multi-page tables package
CONFLICTS= teTeX-texmf<3.0nb33
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"