blob: e184fe5a2155b04c9bf5bff6cec13590647e0361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2015/05/06 09:09:27 wiz Exp $
DISTNAME= texmate.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/texmate
COMMENT= Documentation for tex-texmate
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|