03b81e6532
BibTeX allows the user to store his citation data in generic form, while printing citations in a document in the form specified by a BibTeX style, to be specified in the document itself. BibTeX itself is an ASCII-only program; there is, however, a version that copes with 8-bit character sets.
13 lines
326 B
Makefile
13 lines
326 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 05:28:54 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= bibtex
|
|
PKGNAME= tex-${DISTNAME}-0.99c
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Reference management software for LaTeX
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb15
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|