pkgsrc/print/tex-titleref/Makefile
minskim a9149af242 Import tex-titleref-2.0 as print/tex-titleref.
Defines a command \titleref that allows you to cross-reference section
(and chapter, etc) titles and captions just like \ref and \pageref. The
package does not interwork with hyperref; if you need hypertext
capabilities, use nameref instead.
2010-09-24 16:19:45 +00:00

13 lines
330 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/24 16:19:45 minskim Exp $
DISTNAME= titleref
PKGNAME= tex-${DISTNAME}-2.0
TEXLIVE_REV= 18729
MAINTAINER= minskim@NetBSD.org
COMMENT= \\titleref command to cross-reference section titles
CONFLICTS+= tex-ltxmisc<2010
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"