summaryrefslogtreecommitdiff
path: root/editors/lyx-xforms
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-23 10:10:25 +0000
committerjmmv <jmmv>2003-03-23 10:10:25 +0000
commit21ab5b55861ca6b11060018eaafb4aff540ba234 (patch)
tree3bd93c2e0863d1f4a9184832de89a09b8267fd1b /editors/lyx-xforms
parent6bcfa06839b7870ad2db41c8133f4d1ee4e4eb85 (diff)
downloadpkgsrc-21ab5b55861ca6b11060018eaafb4aff540ba234.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/lyx-xforms')
-rw-r--r--editors/lyx-xforms/Makefile15
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"