diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-26 22:43:57 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-26 22:43:57 +0000 |
commit | 57e386abc64da9077d6868f68298510c36139db9 (patch) | |
tree | 225311418d3de856cbc07b097951a068a14317ff /textproc/yodl/Makefile | |
parent | b055b1da003283f520ac94ec30d7b961a3fdf99f (diff) | |
download | pkgsrc-57e386abc64da9077d6868f68298510c36139db9.tar.gz |
Initial import of yodl:
Yodl is a package that implements a pre-document language and tools to
process it. The idea of Yodl is that you write up a document in a
pre-language, then use the tools (e.g. yodl2html) to convert it to
some final document language. Current converters are for HTML, ms,
man, LaTeX SGML and texinfo, plus a poor-man's text converter. Main
document types are "article", "report", "book" and "manpage". The
Yodl document language is designed to be easy to use and extensible.
Diffstat (limited to 'textproc/yodl/Makefile')
-rw-r--r-- | textproc/yodl/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile new file mode 100644 index 00000000000..533e56acf15 --- /dev/null +++ b/textproc/yodl/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/26 22:43:57 jtb Exp $ + +DISTNAME= yodl-1.31.18 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.lilypond.org/pub/yodl/development/ + +MAINTAINER= jtb@netbsd.org +HOMEPAGE= http://www.xs4all.nl/~jantien/yodl/ +COMMENT= high-level document document preparation system + +GNU_CONFIGURE= YES +USE_GMAKE= YES +MAKEFILE= GNUmakefile + +do-build: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} LDFLAGS="${LDFLAGS}" + +.include "../../mk/bsd.pkg.mk" |