blob: db1c77d3a95bb64cf223a9eee314742b3df782ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1.1.1 2010/04/26 17:17:27 minskim Exp $
# TeX Live Revision 17382
DISTNAME= fncylab
PKGNAME= tex-${DISTNAME}-1.0
MAINTAINER= minskim@NetBSD.org
COMMENT= LaTeX package to alter the format of \label references
CONFLICTS+= tex-ltxmisc<2009
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|