diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-23 09:57:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-23 09:57:47 +0000 |
commit | 92b45e353ba1653030de302112167f3a1be783e1 (patch) | |
tree | d6b542399a333043d07ebda7e46c00d30f03a95a /editors/lyx-qt | |
parent | 4d65f35d833c885b16300264cf4270e21314d2d1 (diff) | |
download | pkgsrc-92b45e353ba1653030de302112167f3a1be783e1.tar.gz |
Initial import of lyx-qt, 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/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile new file mode 100644 index 00000000000..bd9d30a914b --- /dev/null +++ b/editors/lyx-qt/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/23 09:57:47 jmmv Exp $ +# + +.include "./Makefile.common" + +PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} +COMMENT+= (QT version) + +CONFLICTS+= lyx-xforms-[0-9]* + +CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \ + --with-qt-dir=${QTDIR} \ + --with-qt-includes=${BUILDLINK_PREFIX.qt3-libs}/qt3/include \ + --with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib \ + --with-frontend=qt + +.include "../../x11/qt3-tools/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |