summaryrefslogtreecommitdiff
path: root/editors/lyx-qt
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-23 09:57:47 +0000
committerjmmv <jmmv>2003-03-23 09:57:47 +0000
commit8f2c418d8e158a5902b127110b92acb5597b5a1d (patch)
treed6b542399a333043d07ebda7e46c00d30f03a95a /editors/lyx-qt
parentce0c3db3e6fb870ddd25f75f3ab511716ffa4887 (diff)
downloadpkgsrc-8f2c418d8e158a5902b127110b92acb5597b5a1d.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/Makefile18
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"