diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-24 13:47:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-24 13:47:34 +0000 |
commit | 0c5d73604504ad721f7320ce80937c2513731ad3 (patch) | |
tree | 2e16bcd5feb3c80c3de4714ba58eb7cd4a7dd008 /textproc/bibparse/Makefile | |
parent | c762959d801d6b9fbec23b97ca2a2b1ea5e1ee26 (diff) | |
download | pkgsrc-0c5d73604504ad721f7320ce80937c2513731ad3.tar.gz |
Initial import of bibparse, a syntax checking tools for BibTeX
bibliography databases.
Package provided by Stoned Elipot in pkg/13514.
Diffstat (limited to 'textproc/bibparse/Makefile')
-rw-r--r-- | textproc/bibparse/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/bibparse/Makefile b/textproc/bibparse/Makefile new file mode 100644 index 00000000000..bb384e0af80 --- /dev/null +++ b/textproc/bibparse/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/24 13:47:34 wiz Exp $ +# + +DISTNAME= bibparse-1.04 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.math.utah.edu/pub/tex/bib/ + +MAINTAINER= seb@pbox.org +HOMEPAGE= http://www.math.utah.edu/~beebe/software/bibtex-bibliography-tools.html +COMMENT= syntax checking tools for BibTeX bibliography databases + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../mk/bsd.pkg.mk" |