535c0a417b
Amsrefs is a LaTeX package for bibliographies that provides an archival data format similar to the format of BibTeX database files, but adapted to make direct processing by LaTeX easier. The package can be used either in conjunction with BibTeX or as a replacement for BibTeX.
14 lines
397 B
Makefile
14 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 02:55:54 minskim Exp $
|
|
# TeX Live Revision 12053
|
|
|
|
DISTNAME= amsrefs
|
|
PKGNAME= tex-${DISTNAME}-2.02
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= LaTeX-based replacement for BibTeX
|
|
|
|
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
|
|
DEPENDS+= tex-ltxmisc-[0-9]*:../../print/tex-ltxmisc
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|