The package provides an experiment in using XML (specifically DocBook 5) to mark up and maintain LaTeX classes and packages. XSLT 2 styleheets generate the .dtx and .ins distribution files expected by end users.
13 lines
350 B
Makefile
13 lines
350 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/05/06 17:58:02 wiz Exp $
|
|
|
|
DISTNAME= classpack
|
|
PKGNAME= tex-${DISTNAME}-0.77
|
|
TEXLIVE_REV= 33101
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/classpack
|
|
COMMENT= XML mastering for LaTeX classes and packages
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|