blob: 1556f0db201858646d6f795a41fc6171d681172a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1.1.1 2009/08/03 23:46:05 minskim Exp $
# TeX Live Revision 8662
DISTNAME= listings.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.4
MAINTAINER= minskim@NetBSD.org
COMMENT= Documentation for tex-listings
CONFLICTS+= teTeX-texmf<=3.0nb20
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
|