summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-03-26 22:34:55 +0000
committerjtb <jtb@pkgsrc.org>2001-03-26 22:34:55 +0000
commitbb34063a6d6d9307a05ff0a0602c843e6e390846 (patch)
treed0c4263854b47b3d17bbf57c548ad806d0496ed9
parent76376759069996f62cac9b4cfd1e38c9c4f61430 (diff)
downloadpkgsrc-bb34063a6d6d9307a05ff0a0602c843e6e390846.tar.gz
Initial import of yodl-1.31.18:
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.
-rw-r--r--textproc/Makefile38
1 files changed, 16 insertions, 22 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c4493c33ed5..f79f018f4e3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,24 +1,18 @@
-# $Id: Makefile,v 1.1.1.1 1997/10/30 01:04:20 hubertf Exp $
-#
+# $NetBSD: Makefile,v 1.1.1.2 2001/03/26 22:34:55 jtb Exp $
- SUBDIR += agrep
- SUBDIR += docbook
- SUBDIR += glimpse
- SUBDIR += html
- SUBDIR += info2html
- SUBDIR += isearch
- SUBDIR += iso12083
- SUBDIR += iso8879
- SUBDIR += ispell
- SUBDIR += jade
- SUBDIR += linuxdoc
- SUBDIR += mgdiff
- SUBDIR += par
- SUBDIR += pilot_makedoc
- SUBDIR += rman
- SUBDIR += sgmlformat
- SUBDIR += sp
- SUBDIR += unroff
- SUBDIR += wdiff
+DISTNAME= yodl-1.31.18
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.lilypond.org/pub/yodl/development/
-.include <bsd.port.subdir.mk>
+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"