diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-23 10:10:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-23 10:10:25 +0000 |
commit | ce39f4355264125f74692690632c49c65919f4c8 (patch) | |
tree | 3bd93c2e0863d1f4a9184832de89a09b8267fd1b /editors | |
parent | 92b45e353ba1653030de302112167f3a1be783e1 (diff) | |
download | pkgsrc-ce39f4355264125f74692690632c49c65919f4c8.tar.gz |
Initial import of lyx-xforms, version 1.3.1:
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-xforms/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile new file mode 100644 index 00000000000..2d7c9102465 --- /dev/null +++ b/editors/lyx-xforms/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/23 10:10:25 jmmv Exp $ +# + +.include "../lyx-qt/Makefile.common" + +PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/} +COMMENT+= (xforms version) + +CONFLICTS+= lyx-qt-[0-9]* + +CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \ + --with-frontend=xforms + +.include "../../x11/xforms/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |