blob: 3188e3b4470550dbb25918efeb820b521b19797a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1.1.1 2010/04/16 17:52:43 minskim Exp $
# TeX Live Revision 17120
DISTNAME= chbibref
PKGNAME= tex-${DISTNAME}-1.0
MAINTAINER= minskim@NetBSD.org
COMMENT= LaTeX package to change the Bibliography/References title
CONFLICTS+= tex-ltxmisc<2009
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|