summaryrefslogtreecommitdiff
path: root/editors/lyx-qt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lyx-qt/Makefile')
-rw-r--r--editors/lyx-qt/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
deleted file mode 100644
index 84a6e16cb20..00000000000
--- a/editors/lyx-qt/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2005/07/19 17:49:33 drochner 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/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"