summaryrefslogtreecommitdiff
path: root/textproc/yodl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/yodl/Makefile')
-rw-r--r--textproc/yodl/Makefile18
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"