blob: a035ebdba45186d1efe5aac536944aea9b2d05da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2010/02/04 18:17:46 minskim Exp $
# TeX Live Revision 15878
DISTNAME= subfigure.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2.1.5
MAINTAINER= minskim@NetBSD.org
COMMENT= Documentation for tex-subfigure
CONFLICTS+= teTeX-texmf<=3.0nb19
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|