summaryrefslogtreecommitdiff
path: root/editors/lyx-xforms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lyx-xforms/Makefile')
-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"